Shades of Medium Turquoise #56DCD0
Tints of Medium Turquoise #56DCD0
RGB
CMYK
RGB Variations
Color information
#56DCD0 (or 0x56DCD0) is known color: Medium Turquoise. HEX triplet: 56, DC and D0. RGB value is (86,220,208). Sum of RGB (Red+Green+Blue) = 86+220+208=514 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.73% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCD0 is #A9232F. Grayscale: #B2B2B2. Windows color (decimal): -11084592 or 13687894. OLE color: 13687894.
HSL color Cylindrical-coordinate representation of color #56DCD0: hue angle of 174.63º 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 #56DCD0 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 208 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.14 |
| HSL | 174.63º | 0.66% | 0.6% | - |
| HSV(B) | 174.63º | 0.61% | 0.86% | - |
| XYZ | 40.82 | 57.72 | 68.66 | - |
| YUV | 178.57 | 144.61 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 208 | 0.61 | 0 | 0.05 | 0.14 | 174.63 | 0.66 | 0.6 |
| Hex | 56 | DC | D0 | 3D | 0 | 5 | E | AF | 42 | 3C |
| Octal | 126 | 334 | 320 | 75 | 0 | 5 | 16 | 257 | 102 | 74 |
| Binary | 1010110 | 11011100 | 11010000 | 111101 | 0 | 101 | 1110 | 10101111 | 1000010 | 111100 |
Color Harmonies of #56DCD0
Complementary color
Monochromatic Colors of #56DCD0
Black with #56DCD0
Text Example
Text Example
White with #56DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DCD0; }
p { color: rgb(86,220,208); }
H1.HeaderClassName
{
color: #56DCD0;
}
.AnyTagClassName
{
color: #56DCD0;
}
</style>
background-color css
<style>
a { background-color: #56DCD0; }
a { background-color: rgb(86,220,208); }
div.DivClassName
{
background-color: #56DCD0;
}
.BgClassName
{
background-color: #56DCD0;
}
</style>
border-color css
<style>
span { border-color: #56DCD0; }
span { border-color: rgb(86,220,208); }
td.TdClassName
{
border-color: #56DCD0;
}
.TagClassName
{
border-color: #56DCD0;
}
</style>