#59E8CA

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

Shades of Turquoise #59E8CA

Tints of Turquoise #59E8CA

Color information

#59E8CA (or 0x59E8CA) is unknown color: approx Turquoise. HEX triplet: 59, E8 and CA. RGB value is (89,232,202). Sum of RGB (Red+Green+Blue) = 89+232+202=523 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.02% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 232 - color contains mainly: green. Hex color #59E8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E8CA is #A61735. Grayscale: #B9B9B9. Windows color (decimal): -10884918 or 13297753. OLE color: 13297753.

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

Color convert

RGB89232202-
CMYK0.6200.130.09
HSL167.41º75.66%62.94%-
HSV(B)167.41º61.64%90.98%-
XYZ43.6464.165.95-
YUV185.82137.1258.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.02%
GREEN value IS 232 (91.02% from 255) = 44.36%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=17.02%
G=44.36%
B=38.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892322020.6200.130.09167.4175.6662.94
Hex59E8CA3E0D9a74c3f
Octal131350312760151124711477
Binary10110011110100011001010111110011011001101001111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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