#59DED4

Color #59DED4 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #59DED4

Tints of Medium Turquoise #59DED4

Color information

#59DED4 (or 0x59DED4) is unknown color: approx Medium Turquoise. HEX triplet: 59, DE and D4. RGB value is (89,222,212). Sum of RGB (Red+Green+Blue) = 89+222+212=523 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.02% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #59DED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DED4 is #A6212B. Grayscale: #B4B4B4. Windows color (decimal): -10887468 or 13950553. OLE color: 13950553.

HSL color Cylindrical-coordinate representation of color #59DED4: hue angle of 175.49º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DED4 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB89222212-
CMYK0.6000.050.13
HSL175.49º66.83%60.98%-
HSV(B)175.49º59.91%87.06%-
XYZ42.1259.1271.48-
YUV181.09145.4462.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 17.02%
GREEN value IS 222 (87.11% from 255) = 42.45%
BLUE value IS 212 (83.20% from 255) = 40.54%
R=17.02%
G=42.45%
B=40.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal892222120.6000.050.13175.4966.8360.98
Hex59DED43C05Daf433d
Octal13133632474051525710375
Binary1011001110111101101010011110001011101101011111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59DED4; }

 p { color: rgb(89,222,212); }

 H1.HeaderClassName
 {
   color: #59DED4;
 }
 .AnyTagClassName
 {
   color: #59DED4;
 }
</style>
background-color css

<style>
 a { background-color: #59DED4; }

 a { background-color: rgb(89,222,212); }

 div.DivClassName
 {
   background-color: #59DED4;
 }
 .BgClassName
 {
   background-color: #59DED4;
 }
</style>
border-color css

<style>
 span { border-color: #59DED4; }

 span { border-color: rgb(89,222,212); }

 td.TdClassName
 {
   border-color: #59DED4;
 }
 .TagClassName
 {
   border-color: #59DED4;
 }
</style>