#59D8DF

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

Shades of Turquoise Blue #59D8DF

Tints of Turquoise Blue #59D8DF

Color information

#59D8DF (or 0x59D8DF) is unknown color: approx Turquoise Blue. HEX triplet: 59, D8 and DF. RGB value is (89,216,223). Sum of RGB (Red+Green+Blue) = 89+216+223=528 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.86% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #59D8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D8DF is #A62720. Grayscale: #B2B2B2. Windows color (decimal): -10888993 or 14669913. OLE color: 14669913.

HSL color Cylindrical-coordinate representation of color #59D8DF: hue angle of 183.13º degrees, saturation: 0.68, 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 #59D8DF is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89216223-
CMYK0.600.0300.13
HSL183.13º67.68%61.18%-
HSV(B)183.13º60.09%87.45%-
XYZ41.9956.5678.52-
YUV178.82152.9263.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.86%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=16.86%
G=40.91%
B=42.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal892162230.600.0300.13183.1367.6861.18
Hex59D8DF3C30Db7443d
Octal13133033774301526710475
Binary101100111011000110111111111001101101101101111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,216,223); }

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

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

 a { background-color: rgb(89,216,223); }

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

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

 span { border-color: rgb(89,216,223); }

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