#59DCE9

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

Shades of Turquoise Blue #59DCE9

Tints of Turquoise Blue #59DCE9

Color information

#59DCE9 (or 0x59DCE9) is unknown color: approx Turquoise Blue. HEX triplet: 59, DC and E9. RGB value is (89,220,233). Sum of RGB (Red+Green+Blue) = 89+220+233=542 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.42% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #59DCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DCE9 is #A62316. Grayscale: #B6B6B6. Windows color (decimal): -10887959 or 15326297. OLE color: 15326297.

HSL color Cylindrical-coordinate representation of color #59DCE9: hue angle of 185.42º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59DCE9 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB89220233-
CMYK0.620.0600.09
HSL185.42º76.6%63.14%-
HSV(B)185.42º61.8%91.37%-
XYZ44.4259.1986.18-
YUV182.31156.661.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.42%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 233 (91.41% from 255) = 42.99%
R=16.42%
G=40.59%
B=42.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892202330.620.0600.09185.4276.663.14
Hex59DCE93E609b94d3f
Octal13133435176601127111577
Binary1011001110111001110100111111011001001101110011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,220,233); }

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

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

 a { background-color: rgb(89,220,233); }

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

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

 span { border-color: rgb(89,220,233); }

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