Shades of Medium Turquoise #59D5D3
Tints of Medium Turquoise #59D5D3
RGB
CMYK
RGB Variations
Color information
#59D5D3 (or 0x59D5D3) is known color: Medium Turquoise. HEX triplet: 59, D5 and D3. RGB value is (89,213,211). Sum of RGB (Red+Green+Blue) = 89+213+211=513 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.35% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #59D5D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5D3 is #A62A2C. Grayscale: #AFAFAF. Windows color (decimal): -10889773 or 13882713. OLE color: 13882713.
HSL color Cylindrical-coordinate representation of color #59D5D3: hue angle of 179.03º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D5D3 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 213 | 211 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.16 |
| HSL | 179.03º | 0.6% | 0.59% | - |
| HSV(B) | 179.03º | 0.58% | 0.84% | - |
| XYZ | 39.67 | 54.42 | 70.04 | - |
| YUV | 175.7 | 147.92 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 213 | 211 | 0.58 | 0 | 0.01 | 0.16 | 179.03 | 0.6 | 0.59 |
| Hex | 59 | D5 | D3 | 3A | 0 | 1 | 10 | B3 | 3C | 3B |
| Octal | 131 | 325 | 323 | 72 | 0 | 1 | 20 | 263 | 74 | 73 |
| Binary | 1011001 | 11010101 | 11010011 | 111010 | 0 | 1 | 10000 | 10110011 | 111100 | 111011 |
Color Harmonies of #59D5D3
Complementary color
Monochromatic Colors of #59D5D3
Black with #59D5D3
Text Example
Text Example
White with #59D5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D5D3; }
p { color: rgb(89,213,211); }
H1.HeaderClassName
{
color: #59D5D3;
}
.AnyTagClassName
{
color: #59D5D3;
}
</style>
background-color css
<style>
a { background-color: #59D5D3; }
a { background-color: rgb(89,213,211); }
div.DivClassName
{
background-color: #59D5D3;
}
.BgClassName
{
background-color: #59D5D3;
}
</style>
border-color css
<style>
span { border-color: #59D5D3; }
span { border-color: rgb(89,213,211); }
td.TdClassName
{
border-color: #59D5D3;
}
.TagClassName
{
border-color: #59D5D3;
}
</style>