Shades of Turquoise #59E2CF
Tints of Turquoise #59E2CF
RGB
CMYK
RGB Variations
Color information
#59E2CF (or 0x59E2CF) is known color: Turquoise. HEX triplet: 59, E2 and CF. RGB value is (89,226,207). Sum of RGB (Red+Green+Blue) = 89+226+207=522 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.05% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #59E2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E2CF is #A61D30. Grayscale: #B6B6B6. Windows color (decimal): -10886449 or 13623897. OLE color: 13623897.
HSL color Cylindrical-coordinate representation of color #59E2CF: hue angle of 171.68º 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 #59E2CF is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 226 | 207 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.11 |
| HSL | 171.68º | 0.7% | 0.62% | - |
| HSV(B) | 171.68º | 0.61% | 0.89% | - |
| XYZ | 42.58 | 61.02 | 68.57 | - |
| YUV | 182.87 | 141.61 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 226 | 207 | 0.61 | 0 | 0.08 | 0.11 | 171.68 | 0.7 | 0.62 |
| Hex | 59 | E2 | CF | 3D | 0 | 8 | B | AC | 46 | 3E |
| Octal | 131 | 342 | 317 | 75 | 0 | 10 | 13 | 254 | 106 | 76 |
| Binary | 1011001 | 11100010 | 11001111 | 111101 | 0 | 1000 | 1011 | 10101100 | 1000110 | 111110 |
Color Harmonies of #59E2CF
Complementary color
Monochromatic Colors of #59E2CF
Black with #59E2CF
Text Example
Text Example
White with #59E2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E2CF; }
p { color: rgb(89,226,207); }
H1.HeaderClassName
{
color: #59E2CF;
}
.AnyTagClassName
{
color: #59E2CF;
}
</style>
background-color css
<style>
a { background-color: #59E2CF; }
a { background-color: rgb(89,226,207); }
div.DivClassName
{
background-color: #59E2CF;
}
.BgClassName
{
background-color: #59E2CF;
}
</style>
border-color css
<style>
span { border-color: #59E2CF; }
span { border-color: rgb(89,226,207); }
td.TdClassName
{
border-color: #59E2CF;
}
.TagClassName
{
border-color: #59E2CF;
}
</style>