Shades of Turquoise #59E7D6
Tints of Turquoise #59E7D6
RGB
CMYK
RGB Variations
Color information
#59E7D6 (or 0x59E7D6) is known color: Turquoise. HEX triplet: 59, E7 and D6. RGB value is (89,231,214). Sum of RGB (Red+Green+Blue) = 89+231+214=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #59E7D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E7D6 is #A61829. Grayscale: #BABABA. Windows color (decimal): -10885162 or 14083929. OLE color: 14083929.
HSL color Cylindrical-coordinate representation of color #59E7D6: hue angle of 172.82º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E7D6 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 231 | 214 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.09 |
| HSL | 172.82º | 0.75% | 0.63% | - |
| HSV(B) | 172.82º | 0.61% | 0.91% | - |
| XYZ | 44.83 | 64.13 | 73.63 | - |
| YUV | 186.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 231 | 214 | 0.61 | 0 | 0.07 | 0.09 | 172.82 | 0.75 | 0.63 |
| Hex | 59 | E7 | D6 | 3D | 0 | 7 | 9 | AD | 4B | 3F |
| Octal | 131 | 347 | 326 | 75 | 0 | 7 | 11 | 255 | 113 | 77 |
| Binary | 1011001 | 11100111 | 11010110 | 111101 | 0 | 111 | 1001 | 10101101 | 1001011 | 111111 |
Color Harmonies of #59E7D6
Complementary color
Monochromatic Colors of #59E7D6
Black with #59E7D6
Text Example
Text Example
White with #59E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E7D6; }
p { color: rgb(89,231,214); }
H1.HeaderClassName
{
color: #59E7D6;
}
.AnyTagClassName
{
color: #59E7D6;
}
</style>
background-color css
<style>
a { background-color: #59E7D6; }
a { background-color: rgb(89,231,214); }
div.DivClassName
{
background-color: #59E7D6;
}
.BgClassName
{
background-color: #59E7D6;
}
</style>
border-color css
<style>
span { border-color: #59E7D6; }
span { border-color: rgb(89,231,214); }
td.TdClassName
{
border-color: #59E7D6;
}
.TagClassName
{
border-color: #59E7D6;
}
</style>