#59ECD9

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

Shades of Turquoise #59ECD9

Tints of Turquoise #59ECD9

Color information

#59ECD9 (or 0x59ECD9) is unknown color: approx Turquoise. HEX triplet: 59, EC and D9. RGB value is (89,236,217). Sum of RGB (Red+Green+Blue) = 89+236+217=542 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.42% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECD9 is #A61326. Grayscale: #BDBDBD. Windows color (decimal): -10883879 or 14281817. OLE color: 14281817.

HSL color Cylindrical-coordinate representation of color #59ECD9: hue angle of 172.24º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59ECD9 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB89236217-
CMYK0.6200.080.07
HSL172.24º79.46%63.73%-
HSV(B)172.24º62.29%92.55%-
XYZ46.6467.1276.14-
YUV189.88143.356.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.42%
GREEN value IS 236 (92.58% from 255) = 43.54%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=16.42%
G=43.54%
B=40.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal892362170.6200.080.07172.2479.4663.73
Hex59ECD93E087ac4f40
Octal131354331760107254117100
Binary10110011110110011011001111110010001111010110010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,236,217); }

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

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

 a { background-color: rgb(89,236,217); }

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

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

 span { border-color: rgb(89,236,217); }

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