#59E9D2

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

Shades of Turquoise #59E9D2

Tints of Turquoise #59E9D2

Color information

#59E9D2 (or 0x59E9D2) is unknown color: approx Turquoise. HEX triplet: 59, E9 and D2. RGB value is (89,233,210). Sum of RGB (Red+Green+Blue) = 89+233+210=532 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.73% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #59E9D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E9D2 is #A6162D. Grayscale: #BBBBBB. Windows color (decimal): -10884654 or 13822297. OLE color: 13822297.

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

Color convert

RGB89233210-
CMYK0.6200.100.09
HSL170.42º76.6%63.14%-
HSV(B)170.42º61.8%91.37%-
XYZ44.8965.0571.16-
YUV187.32140.7957.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.73%
GREEN value IS 233 (91.41% from 255) = 43.80%
BLUE value IS 210 (82.42% from 255) = 39.47%
R=16.73%
G=43.80%
B=39.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892332100.6200.100.09170.4276.663.14
Hex59E9D23E0A9aa4d3f
Octal131351322760121125211577
Binary10110011110100111010010111110010101001101010101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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