Shades of Turquoise #59E5CF
Tints of Turquoise #59E5CF
RGB
CMYK
RGB Variations
Color information
#59E5CF (or 0x59E5CF) is known color: Turquoise. HEX triplet: 59, E5 and CF. RGB value is (89,229,207). Sum of RGB (Red+Green+Blue) = 89+229+207=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #59E5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E5CF is #A61A30. Grayscale: #B8B8B8. Windows color (decimal): -10885681 or 13624665. OLE color: 13624665.
HSL color Cylindrical-coordinate representation of color #59E5CF: hue angle of 170.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E5CF is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 229 | 207 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.10 |
| HSL | 170.57º | 0.73% | 0.62% | - |
| HSV(B) | 170.57º | 0.61% | 0.9% | - |
| XYZ | 43.4 | 62.67 | 68.84 | - |
| YUV | 184.63 | 140.62 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 229 | 207 | 0.61 | 0 | 0.10 | 0.10 | 170.57 | 0.73 | 0.62 |
| Hex | 59 | E5 | CF | 3D | 0 | A | A | AB | 49 | 3E |
| Octal | 131 | 345 | 317 | 75 | 0 | 12 | 12 | 253 | 111 | 76 |
| Binary | 1011001 | 11100101 | 11001111 | 111101 | 0 | 1010 | 1010 | 10101011 | 1001001 | 111110 |
Color Harmonies of #59E5CF
Complementary color
Monochromatic Colors of #59E5CF
Black with #59E5CF
Text Example
Text Example
White with #59E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E5CF; }
p { color: rgb(89,229,207); }
H1.HeaderClassName
{
color: #59E5CF;
}
.AnyTagClassName
{
color: #59E5CF;
}
</style>
background-color css
<style>
a { background-color: #59E5CF; }
a { background-color: rgb(89,229,207); }
div.DivClassName
{
background-color: #59E5CF;
}
.BgClassName
{
background-color: #59E5CF;
}
</style>
border-color css
<style>
span { border-color: #59E5CF; }
span { border-color: rgb(89,229,207); }
td.TdClassName
{
border-color: #59E5CF;
}
.TagClassName
{
border-color: #59E5CF;
}
</style>