Shades of Medium Turquoise #59DFCC
Tints of Medium Turquoise #59DFCC
RGB
CMYK
RGB Variations
Color information
#59DFCC (or 0x59DFCC) is known color: Medium Turquoise. HEX triplet: 59, DF and CC. RGB value is (89,223,204). Sum of RGB (Red+Green+Blue) = 89+223+204=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFCC is #A62033. Grayscale: #B4B4B4. Windows color (decimal): -10887220 or 13426521. OLE color: 13426521.
HSL color Cylindrical-coordinate representation of color #59DFCC: hue angle of 171.49º degrees, saturation: 0.68, 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 #59DFCC is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 223 | 204 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.13 |
| HSL | 171.49º | 0.68% | 0.61% | - |
| HSV(B) | 171.49º | 0.6% | 0.87% | - |
| XYZ | 41.41 | 59.26 | 66.38 | - |
| YUV | 180.77 | 141.11 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 223 | 204 | 0.60 | 0 | 0.09 | 0.13 | 171.49 | 0.68 | 0.61 |
| Hex | 59 | DF | CC | 3C | 0 | 9 | D | AB | 44 | 3D |
| Octal | 131 | 337 | 314 | 74 | 0 | 11 | 15 | 253 | 104 | 75 |
| Binary | 1011001 | 11011111 | 11001100 | 111100 | 0 | 1001 | 1101 | 10101011 | 1000100 | 111101 |
Color Harmonies of #59DFCC
Complementary color
Monochromatic Colors of #59DFCC
Black with #59DFCC
Text Example
Text Example
White with #59DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DFCC; }
p { color: rgb(89,223,204); }
H1.HeaderClassName
{
color: #59DFCC;
}
.AnyTagClassName
{
color: #59DFCC;
}
</style>
background-color css
<style>
a { background-color: #59DFCC; }
a { background-color: rgb(89,223,204); }
div.DivClassName
{
background-color: #59DFCC;
}
.BgClassName
{
background-color: #59DFCC;
}
</style>
border-color css
<style>
span { border-color: #59DFCC; }
span { border-color: rgb(89,223,204); }
td.TdClassName
{
border-color: #59DFCC;
}
.TagClassName
{
border-color: #59DFCC;
}
</style>