Shades of Medium Turquoise #59C4CF
Tints of Medium Turquoise #59C4CF
RGB
CMYK
RGB Variations
Color information
#59C4CF (or 0x59C4CF) is known color: Medium Turquoise. HEX triplet: 59, C4 and CF. RGB value is (89,196,207). Sum of RGB (Red+Green+Blue) = 89+196+207=492 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.09% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #59C4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C4CF is #A63B30. Grayscale: #A5A5A5. Windows color (decimal): -10894129 or 13616217. OLE color: 13616217.
HSL color Cylindrical-coordinate representation of color #59C4CF: hue angle of 185.59º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59C4CF is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 196 | 207 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.19 |
| HSL | 185.59º | 0.55% | 0.58% | - |
| HSV(B) | 185.59º | 0.57% | 0.81% | - |
| XYZ | 35.12 | 46.11 | 66.08 | - |
| YUV | 165.26 | 151.55 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 196 | 207 | 0.57 | 0.05 | 0 | 0.19 | 185.59 | 0.55 | 0.58 |
| Hex | 59 | C4 | CF | 39 | 5 | 0 | 13 | BA | 37 | 3A |
| Octal | 131 | 304 | 317 | 71 | 5 | 0 | 23 | 272 | 67 | 72 |
| Binary | 1011001 | 11000100 | 11001111 | 111001 | 101 | 0 | 10011 | 10111010 | 110111 | 111010 |
Color Harmonies of #59C4CF
Complementary color
Monochromatic Colors of #59C4CF
Black with #59C4CF
Text Example
Text Example
White with #59C4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C4CF; }
p { color: rgb(89,196,207); }
H1.HeaderClassName
{
color: #59C4CF;
}
.AnyTagClassName
{
color: #59C4CF;
}
</style>
background-color css
<style>
a { background-color: #59C4CF; }
a { background-color: rgb(89,196,207); }
div.DivClassName
{
background-color: #59C4CF;
}
.BgClassName
{
background-color: #59C4CF;
}
</style>
border-color css
<style>
span { border-color: #59C4CF; }
span { border-color: rgb(89,196,207); }
td.TdClassName
{
border-color: #59C4CF;
}
.TagClassName
{
border-color: #59C4CF;
}
</style>