#59CEE9

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

Shades of Turquoise Blue #59CEE9

Tints of Turquoise Blue #59CEE9

Color information

#59CEE9 (or 0x59CEE9) is unknown color: approx Turquoise Blue. HEX triplet: 59, CE and E9. RGB value is (89,206,233). Sum of RGB (Red+Green+Blue) = 89+206+233=528 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.86% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #59CEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CEE9 is #A63116. Grayscale: #ADADAD. Windows color (decimal): -10891543 or 15322713. OLE color: 15322713.

HSL color Cylindrical-coordinate representation of color #59CEE9: hue angle of 191.25º 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 #59CEE9 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB89206233-
CMYK0.620.1200.09
HSL191.25º76.6%63.14%-
HSV(B)191.25º61.8%91.37%-
XYZ40.952.1585-
YUV174.1161.2467.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.86%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 233 (91.41% from 255) = 44.13%
R=16.86%
G=39.02%
B=44.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892062330.620.1200.09191.2576.663.14
Hex59CEE93EC09bf4d3f
Octal131316351761401127711577
Binary10110011100111011101001111110110001001101111111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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