Shades of Medium Turquoise #59C8D2
Tints of Medium Turquoise #59C8D2
RGB
CMYK
RGB Variations
Color information
#59C8D2 (or 0x59C8D2) is known color: Medium Turquoise. HEX triplet: 59, C8 and D2. RGB value is (89,200,210). Sum of RGB (Red+Green+Blue) = 89+200+210=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #59C8D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C8D2 is #A6372D. Grayscale: #A7A7A7. Windows color (decimal): -10893102 or 13813849. OLE color: 13813849.
HSL color Cylindrical-coordinate representation of color #59C8D2: hue angle of 184.96º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59C8D2 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 200 | 210 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.18 |
| HSL | 184.96º | 0.57% | 0.59% | - |
| HSV(B) | 184.96º | 0.58% | 0.82% | - |
| XYZ | 36.41 | 48.09 | 68.34 | - |
| YUV | 167.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 200 | 210 | 0.58 | 0.05 | 0 | 0.18 | 184.96 | 0.57 | 0.59 |
| Hex | 59 | C8 | D2 | 3A | 5 | 0 | 12 | B9 | 39 | 3B |
| Octal | 131 | 310 | 322 | 72 | 5 | 0 | 22 | 271 | 71 | 73 |
| Binary | 1011001 | 11001000 | 11010010 | 111010 | 101 | 0 | 10010 | 10111001 | 111001 | 111011 |
Color Harmonies of #59C8D2
Complementary color
Monochromatic Colors of #59C8D2
Black with #59C8D2
Text Example
Text Example
White with #59C8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C8D2; }
p { color: rgb(89,200,210); }
H1.HeaderClassName
{
color: #59C8D2;
}
.AnyTagClassName
{
color: #59C8D2;
}
</style>
background-color css
<style>
a { background-color: #59C8D2; }
a { background-color: rgb(89,200,210); }
div.DivClassName
{
background-color: #59C8D2;
}
.BgClassName
{
background-color: #59C8D2;
}
</style>
border-color css
<style>
span { border-color: #59C8D2; }
span { border-color: rgb(89,200,210); }
td.TdClassName
{
border-color: #59C8D2;
}
.TagClassName
{
border-color: #59C8D2;
}
</style>