Shades of Medium Turquoise #59DED2
Tints of Medium Turquoise #59DED2
RGB
CMYK
RGB Variations
Color information
#59DED2 (or 0x59DED2) is known color: Medium Turquoise. HEX triplet: 59, DE and D2. RGB value is (89,222,210). Sum of RGB (Red+Green+Blue) = 89+222+210=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #59DED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DED2 is #A6212D. Grayscale: #B4B4B4. Windows color (decimal): -10887470 or 13819481. OLE color: 13819481.
HSL color Cylindrical-coordinate representation of color #59DED2: hue angle of 174.59º degrees, saturation: 0.67, 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 #59DED2 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 222 | 210 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.13 |
| HSL | 174.59º | 0.67% | 0.61% | - |
| HSV(B) | 174.59º | 0.6% | 0.87% | - |
| XYZ | 41.87 | 59.02 | 70.16 | - |
| YUV | 180.87 | 144.44 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 222 | 210 | 0.60 | 0 | 0.05 | 0.13 | 174.59 | 0.67 | 0.61 |
| Hex | 59 | DE | D2 | 3C | 0 | 5 | D | AF | 43 | 3D |
| Octal | 131 | 336 | 322 | 74 | 0 | 5 | 15 | 257 | 103 | 75 |
| Binary | 1011001 | 11011110 | 11010010 | 111100 | 0 | 101 | 1101 | 10101111 | 1000011 | 111101 |
Color Harmonies of #59DED2
Complementary color
Monochromatic Colors of #59DED2
Black with #59DED2
Text Example
Text Example
White with #59DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DED2; }
p { color: rgb(89,222,210); }
H1.HeaderClassName
{
color: #59DED2;
}
.AnyTagClassName
{
color: #59DED2;
}
</style>
background-color css
<style>
a { background-color: #59DED2; }
a { background-color: rgb(89,222,210); }
div.DivClassName
{
background-color: #59DED2;
}
.BgClassName
{
background-color: #59DED2;
}
</style>
border-color css
<style>
span { border-color: #59DED2; }
span { border-color: rgb(89,222,210); }
td.TdClassName
{
border-color: #59DED2;
}
.TagClassName
{
border-color: #59DED2;
}
</style>