Shades of Turquoise #59ECC5
Tints of Turquoise #59ECC5
RGB
CMYK
RGB Variations
Color information
#59ECC5 (or 0x59ECC5) is known color: Turquoise. HEX triplet: 59, EC and C5. RGB value is (89,236,197). Sum of RGB (Red+Green+Blue) = 89+236+197=522 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.05% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECC5 is #A6133A. Grayscale: #BBBBBB. Windows color (decimal): -10883899 or 12971097. OLE color: 12971097.
HSL color Cylindrical-coordinate representation of color #59ECC5: hue angle of 164.08º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59ECC5 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 236 | 197 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.07 |
| HSL | 164.08º | 0.79% | 0.64% | - |
| HSV(B) | 164.08º | 0.62% | 0.93% | - |
| XYZ | 44.19 | 66.15 | 63.26 | - |
| YUV | 187.6 | 133.3 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 197 | 0.62 | 0 | 0.17 | 0.07 | 164.08 | 0.79 | 0.64 |
| Hex | 59 | EC | C5 | 3E | 0 | 11 | 7 | A4 | 4F | 40 |
| Octal | 131 | 354 | 305 | 76 | 0 | 21 | 7 | 244 | 117 | 100 |
| Binary | 1011001 | 11101100 | 11000101 | 111110 | 0 | 10001 | 111 | 10100100 | 1001111 | 1000000 |
Color Harmonies of #59ECC5
Complementary color
Monochromatic Colors of #59ECC5
Black with #59ECC5
Text Example
Text Example
White with #59ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECC5; }
p { color: rgb(89,236,197); }
H1.HeaderClassName
{
color: #59ECC5;
}
.AnyTagClassName
{
color: #59ECC5;
}
</style>
background-color css
<style>
a { background-color: #59ECC5; }
a { background-color: rgb(89,236,197); }
div.DivClassName
{
background-color: #59ECC5;
}
.BgClassName
{
background-color: #59ECC5;
}
</style>
border-color css
<style>
span { border-color: #59ECC5; }
span { border-color: rgb(89,236,197); }
td.TdClassName
{
border-color: #59ECC5;
}
.TagClassName
{
border-color: #59ECC5;
}
</style>