Shades of Turquoise #59E8C5
Tints of Turquoise #59E8C5
RGB
CMYK
RGB Variations
Color information
#59E8C5 (or 0x59E8C5) is known color: Turquoise. HEX triplet: 59, E8 and C5. RGB value is (89,232,197). Sum of RGB (Red+Green+Blue) = 89+232+197=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 232 - color contains mainly: green. Hex color #59E8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E8C5 is #A6173A. Grayscale: #B9B9B9. Windows color (decimal): -10884923 or 12970073. OLE color: 12970073.
HSL color Cylindrical-coordinate representation of color #59E8C5: hue angle of 165.31º 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 #59E8C5 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 232 | 197 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.09 |
| HSL | 165.31º | 0.76% | 0.63% | - |
| HSV(B) | 165.31º | 0.62% | 0.91% | - |
| XYZ | 43.05 | 63.87 | 62.88 | - |
| YUV | 185.25 | 134.62 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 232 | 197 | 0.62 | 0 | 0.15 | 0.09 | 165.31 | 0.76 | 0.63 |
| Hex | 59 | E8 | C5 | 3E | 0 | F | 9 | A5 | 4C | 3F |
| Octal | 131 | 350 | 305 | 76 | 0 | 17 | 11 | 245 | 114 | 77 |
| Binary | 1011001 | 11101000 | 11000101 | 111110 | 0 | 1111 | 1001 | 10100101 | 1001100 | 111111 |
Color Harmonies of #59E8C5
Complementary color
Monochromatic Colors of #59E8C5
Black with #59E8C5
Text Example
Text Example
White with #59E8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E8C5; }
p { color: rgb(89,232,197); }
H1.HeaderClassName
{
color: #59E8C5;
}
.AnyTagClassName
{
color: #59E8C5;
}
</style>
background-color css
<style>
a { background-color: #59E8C5; }
a { background-color: rgb(89,232,197); }
div.DivClassName
{
background-color: #59E8C5;
}
.BgClassName
{
background-color: #59E8C5;
}
</style>
border-color css
<style>
span { border-color: #59E8C5; }
span { border-color: rgb(89,232,197); }
td.TdClassName
{
border-color: #59E8C5;
}
.TagClassName
{
border-color: #59E8C5;
}
</style>