#59E9D3

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

Shades of Turquoise #59E9D3

Tints of Turquoise #59E9D3

Color information

#59E9D3 (or 0x59E9D3) is unknown color: approx Turquoise. HEX triplet: 59, E9 and D3. RGB value is (89,233,211). Sum of RGB (Red+Green+Blue) = 89+233+211=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #59E9D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E9D3 is #A6162C. Grayscale: #BBBBBB. Windows color (decimal): -10884653 or 13887833. OLE color: 13887833.

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

Color convert

RGB89233211-
CMYK0.6200.090.09
HSL170.83º76.6%63.14%-
HSV(B)170.83º61.8%91.37%-
XYZ45.0265.171.82-
YUV187.44141.2957.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.70%
GREEN value IS 233 (91.41% from 255) = 43.71%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=16.70%
G=43.71%
B=39.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892332110.6200.090.09170.8376.663.14
Hex59E9D33E099ab4d3f
Octal131351323760111125311577
Binary10110011110100111010011111110010011001101010111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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