#59D8DE

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

Shades of Turquoise Blue #59D8DE

Tints of Turquoise Blue #59D8DE

Color information

#59D8DE (or 0x59D8DE) is unknown color: approx Turquoise Blue. HEX triplet: 59, D8 and DE. RGB value is (89,216,222). Sum of RGB (Red+Green+Blue) = 89+216+222=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #59D8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D8DE is #A62721. Grayscale: #B2B2B2. Windows color (decimal): -10888994 or 14604377. OLE color: 14604377.

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

Color convert

RGB89216222-
CMYK0.600.0300.13
HSL182.71º66.83%60.98%-
HSV(B)182.71º59.91%87.06%-
XYZ41.8656.5177.81-
YUV178.71152.4264.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.89%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=16.89%
G=40.99%
B=42.13%

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
Decimal892162220.600.0300.13182.7166.8360.98
Hex59D8DE3C30Db7433d
Octal13133033674301526710375
Binary101100111011000110111101111001101101101101111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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