#59E8CC

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

Shades of Turquoise #59E8CC

Tints of Turquoise #59E8CC

Color information

#59E8CC (or 0x59E8CC) is unknown color: approx Turquoise. HEX triplet: 59, E8 and CC. RGB value is (89,232,204). Sum of RGB (Red+Green+Blue) = 89+232+204=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #59E8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E8CC is #A61733. Grayscale: #BABABA. Windows color (decimal): -10884916 or 13428825. OLE color: 13428825.

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

Color convert

RGB89232204-
CMYK0.6200.120.09
HSL168.25º75.66%62.94%-
HSV(B)168.25º61.64%90.98%-
XYZ43.8864.267.21-
YUV186.05138.1258.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.95%
GREEN value IS 232 (91.02% from 255) = 44.19%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=16.95%
G=44.19%
B=38.86%

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
Decimal892322040.6200.120.09168.2575.6662.94
Hex59E8CC3E0C9a84c3f
Octal131350314760141125011477
Binary10110011110100011001100111110011001001101010001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,232,204); }

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

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

 a { background-color: rgb(89,232,204); }

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

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

 span { border-color: rgb(89,232,204); }

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