Shades of Medium Turquoise #59DED3
Tints of Medium Turquoise #59DED3
RGB
CMYK
RGB Variations
Color information
#59DED3 (or 0x59DED3) is known color: Medium Turquoise. HEX triplet: 59, DE and D3. RGB value is (89,222,211). Sum of RGB (Red+Green+Blue) = 89+222+211=522 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.05% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #59DED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DED3 is #A6212C. Grayscale: #B4B4B4. Windows color (decimal): -10887469 or 13885017. OLE color: 13885017.
HSL color Cylindrical-coordinate representation of color #59DED3: hue angle of 175.04º 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 #59DED3 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 222 | 211 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.13 |
| HSL | 175.04º | 0.67% | 0.61% | - |
| HSV(B) | 175.04º | 0.6% | 0.87% | - |
| XYZ | 42 | 59.07 | 70.82 | - |
| YUV | 180.98 | 144.94 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 222 | 211 | 0.60 | 0 | 0.05 | 0.13 | 175.04 | 0.67 | 0.61 |
| Hex | 59 | DE | D3 | 3C | 0 | 5 | D | AF | 43 | 3D |
| Octal | 131 | 336 | 323 | 74 | 0 | 5 | 15 | 257 | 103 | 75 |
| Binary | 1011001 | 11011110 | 11010011 | 111100 | 0 | 101 | 1101 | 10101111 | 1000011 | 111101 |
Color Harmonies of #59DED3
Complementary color
Monochromatic Colors of #59DED3
Black with #59DED3
Text Example
Text Example
White with #59DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DED3; }
p { color: rgb(89,222,211); }
H1.HeaderClassName
{
color: #59DED3;
}
.AnyTagClassName
{
color: #59DED3;
}
</style>
background-color css
<style>
a { background-color: #59DED3; }
a { background-color: rgb(89,222,211); }
div.DivClassName
{
background-color: #59DED3;
}
.BgClassName
{
background-color: #59DED3;
}
</style>
border-color css
<style>
span { border-color: #59DED3; }
span { border-color: rgb(89,222,211); }
td.TdClassName
{
border-color: #59DED3;
}
.TagClassName
{
border-color: #59DED3;
}
</style>