Shades of Medium Turquoise #59DECE
Tints of Medium Turquoise #59DECE
RGB
CMYK
RGB Variations
Color information
#59DECE (or 0x59DECE) is known color: Medium Turquoise. HEX triplet: 59, DE and CE. RGB value is (89,222,206). Sum of RGB (Red+Green+Blue) = 89+222+206=517 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.21% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #59DECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DECE is #A62131. Grayscale: #B4B4B4. Windows color (decimal): -10887474 or 13557337. OLE color: 13557337.
HSL color Cylindrical-coordinate representation of color #59DECE: hue angle of 172.78º 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 #59DECE is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 222 | 206 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.13 |
| HSL | 172.78º | 0.67% | 0.61% | - |
| HSV(B) | 172.78º | 0.6% | 0.87% | - |
| XYZ | 41.38 | 58.82 | 67.57 | - |
| YUV | 180.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 222 | 206 | 0.60 | 0 | 0.07 | 0.13 | 172.78 | 0.67 | 0.61 |
| Hex | 59 | DE | CE | 3C | 0 | 7 | D | AD | 43 | 3D |
| Octal | 131 | 336 | 316 | 74 | 0 | 7 | 15 | 255 | 103 | 75 |
| Binary | 1011001 | 11011110 | 11001110 | 111100 | 0 | 111 | 1101 | 10101101 | 1000011 | 111101 |
Color Harmonies of #59DECE
Complementary color
Monochromatic Colors of #59DECE
Black with #59DECE
Text Example
Text Example
White with #59DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DECE; }
p { color: rgb(89,222,206); }
H1.HeaderClassName
{
color: #59DECE;
}
.AnyTagClassName
{
color: #59DECE;
}
</style>
background-color css
<style>
a { background-color: #59DECE; }
a { background-color: rgb(89,222,206); }
div.DivClassName
{
background-color: #59DECE;
}
.BgClassName
{
background-color: #59DECE;
}
</style>
border-color css
<style>
span { border-color: #59DECE; }
span { border-color: rgb(89,222,206); }
td.TdClassName
{
border-color: #59DECE;
}
.TagClassName
{
border-color: #59DECE;
}
</style>