Shades of Medium Turquoise #59DCCC
Tints of Medium Turquoise #59DCCC
RGB
CMYK
RGB Variations
Color information
#59DCCC (or 0x59DCCC) is known color: Medium Turquoise. HEX triplet: 59, DC and CC. RGB value is (89,220,204). Sum of RGB (Red+Green+Blue) = 89+220+204=513 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.35% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #59DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCCC is #A62333. Grayscale: #B2B2B2. Windows color (decimal): -10887988 or 13425753. OLE color: 13425753.
HSL color Cylindrical-coordinate representation of color #59DCCC: hue angle of 172.67º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DCCC is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 204 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.14 |
| HSL | 172.67º | 0.65% | 0.61% | - |
| HSV(B) | 172.67º | 0.6% | 0.86% | - |
| XYZ | 40.61 | 57.67 | 66.12 | - |
| YUV | 179.01 | 142.1 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 204 | 0.60 | 0 | 0.07 | 0.14 | 172.67 | 0.65 | 0.61 |
| Hex | 59 | DC | CC | 3C | 0 | 7 | E | AD | 41 | 3D |
| Octal | 131 | 334 | 314 | 74 | 0 | 7 | 16 | 255 | 101 | 75 |
| Binary | 1011001 | 11011100 | 11001100 | 111100 | 0 | 111 | 1110 | 10101101 | 1000001 | 111101 |
Color Harmonies of #59DCCC
Complementary color
Monochromatic Colors of #59DCCC
Black with #59DCCC
Text Example
Text Example
White with #59DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DCCC; }
p { color: rgb(89,220,204); }
H1.HeaderClassName
{
color: #59DCCC;
}
.AnyTagClassName
{
color: #59DCCC;
}
</style>
background-color css
<style>
a { background-color: #59DCCC; }
a { background-color: rgb(89,220,204); }
div.DivClassName
{
background-color: #59DCCC;
}
.BgClassName
{
background-color: #59DCCC;
}
</style>
border-color css
<style>
span { border-color: #59DCCC; }
span { border-color: rgb(89,220,204); }
td.TdClassName
{
border-color: #59DCCC;
}
.TagClassName
{
border-color: #59DCCC;
}
</style>