Shades of Medium Turquoise #59D3CA
Tints of Medium Turquoise #59D3CA
RGB
CMYK
RGB Variations
Color information
#59D3CA (or 0x59D3CA) is known color: Medium Turquoise. HEX triplet: 59, D3 and CA. RGB value is (89,211,202). Sum of RGB (Red+Green+Blue) = 89+211+202=502 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.73% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #59D3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D3CA is #A62C35. Grayscale: #ADADAD. Windows color (decimal): -10890294 or 13292377. OLE color: 13292377.
HSL color Cylindrical-coordinate representation of color #59D3CA: hue angle of 175.57º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D3CA is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 211 | 202 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.17 |
| HSL | 175.57º | 0.58% | 0.59% | - |
| HSV(B) | 175.57º | 0.58% | 0.83% | - |
| XYZ | 38.07 | 52.98 | 64.1 | - |
| YUV | 173.5 | 144.08 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 211 | 202 | 0.58 | 0 | 0.04 | 0.17 | 175.57 | 0.58 | 0.59 |
| Hex | 59 | D3 | CA | 3A | 0 | 4 | 11 | B0 | 3A | 3B |
| Octal | 131 | 323 | 312 | 72 | 0 | 4 | 21 | 260 | 72 | 73 |
| Binary | 1011001 | 11010011 | 11001010 | 111010 | 0 | 100 | 10001 | 10110000 | 111010 | 111011 |
Color Harmonies of #59D3CA
Complementary color
Monochromatic Colors of #59D3CA
Black with #59D3CA
Text Example
Text Example
White with #59D3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D3CA; }
p { color: rgb(89,211,202); }
H1.HeaderClassName
{
color: #59D3CA;
}
.AnyTagClassName
{
color: #59D3CA;
}
</style>
background-color css
<style>
a { background-color: #59D3CA; }
a { background-color: rgb(89,211,202); }
div.DivClassName
{
background-color: #59D3CA;
}
.BgClassName
{
background-color: #59D3CA;
}
</style>
border-color css
<style>
span { border-color: #59D3CA; }
span { border-color: rgb(89,211,202); }
td.TdClassName
{
border-color: #59D3CA;
}
.TagClassName
{
border-color: #59D3CA;
}
</style>