Shades of Medium Turquoise #56DCCC
Tints of Medium Turquoise #56DCCC
RGB
CMYK
RGB Variations
Color information
#56DCCC (or 0x56DCCC) is known color: Medium Turquoise. HEX triplet: 56, DC and CC. RGB value is (86,220,204). Sum of RGB (Red+Green+Blue) = 86+220+204=510 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.86% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCCC is #A92333. Grayscale: #B2B2B2. Windows color (decimal): -11084596 or 13425750. OLE color: 13425750.
HSL color Cylindrical-coordinate representation of color #56DCCC: hue angle of 172.84º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DCCC is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 204 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.14 |
| HSL | 172.84º | 0.66% | 0.6% | - |
| HSV(B) | 172.84º | 0.61% | 0.86% | - |
| XYZ | 40.33 | 57.52 | 66.1 | - |
| YUV | 178.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 204 | 0.61 | 0 | 0.07 | 0.14 | 172.84 | 0.66 | 0.6 |
| Hex | 56 | DC | CC | 3D | 0 | 7 | E | AD | 42 | 3C |
| Octal | 126 | 334 | 314 | 75 | 0 | 7 | 16 | 255 | 102 | 74 |
| Binary | 1010110 | 11011100 | 11001100 | 111101 | 0 | 111 | 1110 | 10101101 | 1000010 | 111100 |
Color Harmonies of #56DCCC
Complementary color
Monochromatic Colors of #56DCCC
Black with #56DCCC
Text Example
Text Example
White with #56DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DCCC; }
p { color: rgb(86,220,204); }
H1.HeaderClassName
{
color: #56DCCC;
}
.AnyTagClassName
{
color: #56DCCC;
}
</style>
background-color css
<style>
a { background-color: #56DCCC; }
a { background-color: rgb(86,220,204); }
div.DivClassName
{
background-color: #56DCCC;
}
.BgClassName
{
background-color: #56DCCC;
}
</style>
border-color css
<style>
span { border-color: #56DCCC; }
span { border-color: rgb(86,220,204); }
td.TdClassName
{
border-color: #56DCCC;
}
.TagClassName
{
border-color: #56DCCC;
}
</style>