Shades of Medium Turquoise #59D3CD
Tints of Medium Turquoise #59D3CD
RGB
CMYK
RGB Variations
Color information
#59D3CD (or 0x59D3CD) is known color: Medium Turquoise. HEX triplet: 59, D3 and CD. RGB value is (89,211,205). Sum of RGB (Red+Green+Blue) = 89+211+205=505 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.62% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #59D3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D3CD is #A62C32. Grayscale: #ADADAD. Windows color (decimal): -10890291 or 13488985. OLE color: 13488985.
HSL color Cylindrical-coordinate representation of color #59D3CD: hue angle of 177.05º 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 #59D3CD is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 211 | 205 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.17 |
| HSL | 177.05º | 0.58% | 0.59% | - |
| HSV(B) | 177.05º | 0.58% | 0.83% | - |
| XYZ | 38.43 | 53.12 | 65.99 | - |
| YUV | 173.84 | 145.58 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 211 | 205 | 0.58 | 0 | 0.03 | 0.17 | 177.05 | 0.58 | 0.59 |
| Hex | 59 | D3 | CD | 3A | 0 | 3 | 11 | B1 | 3A | 3B |
| Octal | 131 | 323 | 315 | 72 | 0 | 3 | 21 | 261 | 72 | 73 |
| Binary | 1011001 | 11010011 | 11001101 | 111010 | 0 | 11 | 10001 | 10110001 | 111010 | 111011 |
Color Harmonies of #59D3CD
Complementary color
Monochromatic Colors of #59D3CD
Black with #59D3CD
Text Example
Text Example
White with #59D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D3CD; }
p { color: rgb(89,211,205); }
H1.HeaderClassName
{
color: #59D3CD;
}
.AnyTagClassName
{
color: #59D3CD;
}
</style>
background-color css
<style>
a { background-color: #59D3CD; }
a { background-color: rgb(89,211,205); }
div.DivClassName
{
background-color: #59D3CD;
}
.BgClassName
{
background-color: #59D3CD;
}
</style>
border-color css
<style>
span { border-color: #59D3CD; }
span { border-color: rgb(89,211,205); }
td.TdClassName
{
border-color: #59D3CD;
}
.TagClassName
{
border-color: #59D3CD;
}
</style>