Shades of Turquoise #59E6C7
Tints of Turquoise #59E6C7
RGB
CMYK
RGB Variations
Color information
#59E6C7 (or 0x59E6C7) is known color: Turquoise. HEX triplet: 59, E6 and C7. RGB value is (89,230,199). Sum of RGB (Red+Green+Blue) = 89+230+199=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #59E6C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E6C7 is #A61938. Grayscale: #B8B8B8. Windows color (decimal): -10885433 or 13100633. OLE color: 13100633.
HSL color Cylindrical-coordinate representation of color #59E6C7: hue angle of 166.81º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E6C7 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 230 | 199 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.10 |
| HSL | 166.81º | 0.74% | 0.63% | - |
| HSV(B) | 166.81º | 0.61% | 0.9% | - |
| XYZ | 42.73 | 62.84 | 63.91 | - |
| YUV | 184.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 230 | 199 | 0.61 | 0 | 0.13 | 0.10 | 166.81 | 0.74 | 0.63 |
| Hex | 59 | E6 | C7 | 3D | 0 | D | A | A7 | 4A | 3F |
| Octal | 131 | 346 | 307 | 75 | 0 | 15 | 12 | 247 | 112 | 77 |
| Binary | 1011001 | 11100110 | 11000111 | 111101 | 0 | 1101 | 1010 | 10100111 | 1001010 | 111111 |
Color Harmonies of #59E6C7
Complementary color
Monochromatic Colors of #59E6C7
Black with #59E6C7
Text Example
Text Example
White with #59E6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E6C7; }
p { color: rgb(89,230,199); }
H1.HeaderClassName
{
color: #59E6C7;
}
.AnyTagClassName
{
color: #59E6C7;
}
</style>
background-color css
<style>
a { background-color: #59E6C7; }
a { background-color: rgb(89,230,199); }
div.DivClassName
{
background-color: #59E6C7;
}
.BgClassName
{
background-color: #59E6C7;
}
</style>
border-color css
<style>
span { border-color: #59E6C7; }
span { border-color: rgb(89,230,199); }
td.TdClassName
{
border-color: #59E6C7;
}
.TagClassName
{
border-color: #59E6C7;
}
</style>