Shades of Turquoise #59E2CE
Tints of Turquoise #59E2CE
RGB
CMYK
RGB Variations
Color information
#59E2CE (or 0x59E2CE) is known color: Turquoise. HEX triplet: 59, E2 and CE. RGB value is (89,226,206). Sum of RGB (Red+Green+Blue) = 89+226+206=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #59E2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E2CE is #A61D31. Grayscale: #B6B6B6. Windows color (decimal): -10886450 or 13558361. OLE color: 13558361.
HSL color Cylindrical-coordinate representation of color #59E2CE: hue angle of 171.24º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E2CE is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 226 | 206 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.11 |
| HSL | 171.24º | 0.7% | 0.62% | - |
| HSV(B) | 171.24º | 0.61% | 0.89% | - |
| XYZ | 42.46 | 60.97 | 67.92 | - |
| YUV | 182.76 | 141.11 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 226 | 206 | 0.61 | 0 | 0.09 | 0.11 | 171.24 | 0.7 | 0.62 |
| Hex | 59 | E2 | CE | 3D | 0 | 9 | B | AB | 46 | 3E |
| Octal | 131 | 342 | 316 | 75 | 0 | 11 | 13 | 253 | 106 | 76 |
| Binary | 1011001 | 11100010 | 11001110 | 111101 | 0 | 1001 | 1011 | 10101011 | 1000110 | 111110 |
Color Harmonies of #59E2CE
Complementary color
Monochromatic Colors of #59E2CE
Black with #59E2CE
Text Example
Text Example
White with #59E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E2CE; }
p { color: rgb(89,226,206); }
H1.HeaderClassName
{
color: #59E2CE;
}
.AnyTagClassName
{
color: #59E2CE;
}
</style>
background-color css
<style>
a { background-color: #59E2CE; }
a { background-color: rgb(89,226,206); }
div.DivClassName
{
background-color: #59E2CE;
}
.BgClassName
{
background-color: #59E2CE;
}
</style>
border-color css
<style>
span { border-color: #59E2CE; }
span { border-color: rgb(89,226,206); }
td.TdClassName
{
border-color: #59E2CE;
}
.TagClassName
{
border-color: #59E2CE;
}
</style>