Shades of Medium Turquoise #56D0C0
Tints of Medium Turquoise #56D0C0
RGB
CMYK
RGB Variations
Color information
#56D0C0 (or 0x56D0C0) is known color: Medium Turquoise. HEX triplet: 56, D0 and C0. RGB value is (86,208,192). Sum of RGB (Red+Green+Blue) = 86+208+192=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #56D0C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D0C0 is #A92F3F. Grayscale: #A9A9A9. Windows color (decimal): -11087680 or 12636246. OLE color: 12636246.
HSL color Cylindrical-coordinate representation of color #56D0C0: hue angle of 172.13º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D0C0 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 208 | 192 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.18 |
| HSL | 172.13º | 0.56% | 0.58% | - |
| HSV(B) | 172.13º | 0.59% | 0.82% | - |
| XYZ | 35.91 | 50.9 | 57.8 | - |
| YUV | 169.7 | 140.58 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 208 | 192 | 0.59 | 0 | 0.08 | 0.18 | 172.13 | 0.56 | 0.58 |
| Hex | 56 | D0 | C0 | 3B | 0 | 8 | 12 | AC | 38 | 3A |
| Octal | 126 | 320 | 300 | 73 | 0 | 10 | 22 | 254 | 70 | 72 |
| Binary | 1010110 | 11010000 | 11000000 | 111011 | 0 | 1000 | 10010 | 10101100 | 111000 | 111010 |
Color Harmonies of #56D0C0
Complementary color
Monochromatic Colors of #56D0C0
Black with #56D0C0
Text Example
Text Example
White with #56D0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D0C0; }
p { color: rgb(86,208,192); }
H1.HeaderClassName
{
color: #56D0C0;
}
.AnyTagClassName
{
color: #56D0C0;
}
</style>
background-color css
<style>
a { background-color: #56D0C0; }
a { background-color: rgb(86,208,192); }
div.DivClassName
{
background-color: #56D0C0;
}
.BgClassName
{
background-color: #56D0C0;
}
</style>
border-color css
<style>
span { border-color: #56D0C0; }
span { border-color: rgb(86,208,192); }
td.TdClassName
{
border-color: #56D0C0;
}
.TagClassName
{
border-color: #56D0C0;
}
</style>