Shades of Medium Turquoise #59C9C0
Tints of Medium Turquoise #59C9C0
RGB
CMYK
RGB Variations
Color information
#59C9C0 (or 0x59C9C0) is known color: Medium Turquoise. HEX triplet: 59, C9 and C0. RGB value is (89,201,192). Sum of RGB (Red+Green+Blue) = 89+201+192=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #59C9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C9C0 is #A6363F. Grayscale: #A6A6A6. Windows color (decimal): -10892864 or 12634457. OLE color: 12634457.
HSL color Cylindrical-coordinate representation of color #59C9C0: hue angle of 175.18º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C9C0 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 201 | 192 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.21 |
| HSL | 175.18º | 0.51% | 0.57% | - |
| HSV(B) | 175.18º | 0.56% | 0.79% | - |
| XYZ | 34.52 | 47.7 | 57.26 | - |
| YUV | 166.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 201 | 192 | 0.56 | 0 | 0.04 | 0.21 | 175.18 | 0.51 | 0.57 |
| Hex | 59 | C9 | C0 | 38 | 0 | 4 | 15 | AF | 33 | 39 |
| Octal | 131 | 311 | 300 | 70 | 0 | 4 | 25 | 257 | 63 | 71 |
| Binary | 1011001 | 11001001 | 11000000 | 111000 | 0 | 100 | 10101 | 10101111 | 110011 | 111001 |
Color Harmonies of #59C9C0
Complementary color
Monochromatic Colors of #59C9C0
Black with #59C9C0
Text Example
Text Example
White with #59C9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C9C0; }
p { color: rgb(89,201,192); }
H1.HeaderClassName
{
color: #59C9C0;
}
.AnyTagClassName
{
color: #59C9C0;
}
</style>
background-color css
<style>
a { background-color: #59C9C0; }
a { background-color: rgb(89,201,192); }
div.DivClassName
{
background-color: #59C9C0;
}
.BgClassName
{
background-color: #59C9C0;
}
</style>
border-color css
<style>
span { border-color: #59C9C0; }
span { border-color: rgb(89,201,192); }
td.TdClassName
{
border-color: #59C9C0;
}
.TagClassName
{
border-color: #59C9C0;
}
</style>