#59E9CE

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

Shades of Turquoise #59E9CE

Tints of Turquoise #59E9CE

Color information

#59E9CE (or 0x59E9CE) is unknown color: approx Turquoise. HEX triplet: 59, E9 and CE. RGB value is (89,233,206). Sum of RGB (Red+Green+Blue) = 89+233+206=528 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.86% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #59E9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E9CE is #A61631. Grayscale: #BABABA. Windows color (decimal): -10884658 or 13560153. OLE color: 13560153.

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

Color convert

RGB89233206-
CMYK0.6200.120.09
HSL168.75º76.6%63.14%-
HSV(B)168.75º61.8%91.37%-
XYZ44.464.8668.57-
YUV186.87138.7958.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892332060.6200.120.09168.7576.663.14
Hex59E9CE3E0C9a94d3f
Octal131351316760141125111577
Binary10110011110100111001110111110011001001101010011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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