COLOR #59D6CC

HEX: #59D6CC
RGB: (89,214,204)

Renk bilgisi

#59D6CC contains mainly green and blue colors. #59D6CC ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#59D6CC color RGB value is (89,214,204).

  • kırmız ton 89;
  • yeşil ton 214;
  • mavi ton 204.
RGB:
(89,214,204)
(35%,84%,80%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 214 of 255 = 84%
B 204 of 255 = 80%

89
214
204

R + G + B ~ 66%. #59D6CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 214 + 204 = 507 (100%)
R 89 of 507 ~ 17.55%
G 214 of 507 ~ 42.21%
B 204 of 507 ~ 40.24%

%17.55
%42.21
%40.24

CMYK RENK MODELİ

#59D6CC rengi CMYK tonu (58,0,5,16).

  • camgöbeği tonu 58.41%
  • eflatun tonu 0.00%
  • sarı tonu 4.67%
  • ana renk tonu 16.08%
CMYK:
(58,0,5,16)
C58M0Y5K16 
(58%,0%,5%,16%)
(0.58/0.00/0.05/0.16)	

CMYK yüzdeleri

%58.41
%0
%4.67
%16.08

Codes

Color #59D6CC in popluar color models

59D6CC
RGB89214204
HSL175°60.39%59.41%
HSB/HSV175°58.41%83.92%
CMYK58.41%0.00%4.67%
16.08%

Color #59D6CC in popluar number systems.

HEX59D6CC
Decimal89214204
Binary10110011101011011001100
Octal131326314

Shades and tints

Shades of #59D6CC

#59D6CC
(89,214,204)
#51C3BA
(81,195,186)
#49B0A8
(73,176,168)
#419D96
(65,157,150)
#398A84
(57,138,132)
#317772
(49,119,114)
#296460
(41,100,96)
#21514E
(33,81,78)
#193E3C
(25,62,60)
#112B2A
(17,43,42)
#091818
(9,24,24)
#000000
(0,0,0)

Tints of #59D6CC

#59D6CC
(89,214,204)
#68D9D0
(104,217,208)
#77DCD4
(119,220,212)
#86DFD8
(134,223,216)
#95E2DC
(149,226,220)
#A4E5E0
(164,229,224)
#B3E8E4
(179,232,228)
#C2EBE8
(194,235,232)
#D1EEEC
(209,238,236)
#E0F1F0
(224,241,240)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59D6CC color. Also use rgb(89,214,204) instead hex code.

Text Font Color

.myTextColor { color: #59D6CC; }

<p style="color:#59D6CC">This sample text font color is #59D6CC.</p>

This text font color is #59D6CC.


Background Color

.myBgColor { background-color: #59D6CC; }

<div style="background-color:#59D6CC">Inner text</div>

This div background color is #59D6CC.


Border color

.myBorderColor { border: 1px solid #59D6CC; }

<div style="border:3px solid #59D6CC">Div</div>

This div border color is #59D6CC.


Opacity

.myOpacity80 { color: #59D6CC; opacity: 0.8; }

<p style="color:#59D6CC;opacity:0.8;">80%</p>

Text with #59D6CC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #59D6CC;}

<p style="text-shadow: 3px 3px 1px #59D6CC">Text here.</p>

This text has shadow with #59D6CC color.

.textShadow {text-shadow: 3px 3px 1px #59D6CC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #59D6CC, 5px 5px 20px red">Text here.</p>

This text has shadow with #59D6CC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59D6CC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#59D6CC, Direction=45, Strength=4)">Text</p>

This text has shadow with #59D6CC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #59D6CC;
  -webkit-box-shadow:	1px 1px 3px 2px #59D6CC;
  box-shadow:		1px 1px 3px 2px #59D6CC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59D6CC;
-webkit-box-shadow: 1px 1px 3px 2px #59D6CC;
box-shadow:1px 1px 3px 2px #59D6CC;">
Div content here</div>
This div box has shadow with color #59D6CC.

Preview

Color preview on black background

This text has color #59D6CC on black background.


Color preview on white background

This text has color #59D6CC on white background.



Black color preview on #59D6CC background

This text has black color on #59D6CC background.


White color preview on #59D6CC background

This text has white color on #59D6CC background.