Shades of Medium Turquoise #59DDD2
Tints of Medium Turquoise #59DDD2
RGB
CMYK
RGB Variations
Color information
#59DDD2 (or 0x59DDD2) is known color: Medium Turquoise. HEX triplet: 59, DD and D2. RGB value is (89,221,210). Sum of RGB (Red+Green+Blue) = 89+221+210=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDD2 is #A6222D. Grayscale: #B4B4B4. Windows color (decimal): -10887726 or 13819225. OLE color: 13819225.
HSL color Cylindrical-coordinate representation of color #59DDD2: hue angle of 175º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DDD2 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 210 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.13 |
| HSL | 175º | 0.66% | 0.61% | - |
| HSV(B) | 175º | 0.6% | 0.87% | - |
| XYZ | 41.61 | 58.49 | 70.07 | - |
| YUV | 180.28 | 144.77 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 210 | 0.60 | 0 | 0.05 | 0.13 | 175 | 0.66 | 0.61 |
| Hex | 59 | DD | D2 | 3C | 0 | 5 | D | AF | 42 | 3D |
| Octal | 131 | 335 | 322 | 74 | 0 | 5 | 15 | 257 | 102 | 75 |
| Binary | 1011001 | 11011101 | 11010010 | 111100 | 0 | 101 | 1101 | 10101111 | 1000010 | 111101 |
Color Harmonies of #59DDD2
Complementary color
Monochromatic Colors of #59DDD2
Black with #59DDD2
Text Example
Text Example
White with #59DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDD2; }
p { color: rgb(89,221,210); }
H1.HeaderClassName
{
color: #59DDD2;
}
.AnyTagClassName
{
color: #59DDD2;
}
</style>
background-color css
<style>
a { background-color: #59DDD2; }
a { background-color: rgb(89,221,210); }
div.DivClassName
{
background-color: #59DDD2;
}
.BgClassName
{
background-color: #59DDD2;
}
</style>
border-color css
<style>
span { border-color: #59DDD2; }
span { border-color: rgb(89,221,210); }
td.TdClassName
{
border-color: #59DDD2;
}
.TagClassName
{
border-color: #59DDD2;
}
</style>