Shades of Medium Turquoise #59D7CA
Tints of Medium Turquoise #59D7CA
RGB
CMYK
RGB Variations
Color information
#59D7CA (or 0x59D7CA) is known color: Medium Turquoise. HEX triplet: 59, D7 and CA. RGB value is (89,215,202). Sum of RGB (Red+Green+Blue) = 89+215+202=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #59D7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D7CA is #A62835. Grayscale: #AFAFAF. Windows color (decimal): -10889270 or 13293401. OLE color: 13293401.
HSL color Cylindrical-coordinate representation of color #59D7CA: hue angle of 173.81º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59D7CA is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 215 | 202 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.16 |
| HSL | 173.81º | 0.61% | 0.6% | - |
| HSV(B) | 173.81º | 0.59% | 0.84% | - |
| XYZ | 39.08 | 54.99 | 64.43 | - |
| YUV | 175.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 215 | 202 | 0.59 | 0 | 0.06 | 0.16 | 173.81 | 0.61 | 0.6 |
| Hex | 59 | D7 | CA | 3B | 0 | 6 | 10 | AE | 3D | 3C |
| Octal | 131 | 327 | 312 | 73 | 0 | 6 | 20 | 256 | 75 | 74 |
| Binary | 1011001 | 11010111 | 11001010 | 111011 | 0 | 110 | 10000 | 10101110 | 111101 | 111100 |
Color Harmonies of #59D7CA
Complementary color
Monochromatic Colors of #59D7CA
Black with #59D7CA
Text Example
Text Example
White with #59D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D7CA; }
p { color: rgb(89,215,202); }
H1.HeaderClassName
{
color: #59D7CA;
}
.AnyTagClassName
{
color: #59D7CA;
}
</style>
background-color css
<style>
a { background-color: #59D7CA; }
a { background-color: rgb(89,215,202); }
div.DivClassName
{
background-color: #59D7CA;
}
.BgClassName
{
background-color: #59D7CA;
}
</style>
border-color css
<style>
span { border-color: #59D7CA; }
span { border-color: rgb(89,215,202); }
td.TdClassName
{
border-color: #59D7CA;
}
.TagClassName
{
border-color: #59D7CA;
}
</style>