Shades of Medium Turquoise #56D4DC
Tints of Medium Turquoise #56D4DC
RGB
CMYK
RGB Variations
Color information
#56D4DC (or 0x56D4DC) is known color: Medium Turquoise. HEX triplet: 56, D4 and DC. RGB value is (86,212,220). Sum of RGB (Red+Green+Blue) = 86+212+220=518 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.60% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #56D4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D4DC is #A92B23. Grayscale: #AFAFAF. Windows color (decimal): -11086628 or 14472278. OLE color: 14472278.
HSL color Cylindrical-coordinate representation of color #56D4DC: hue angle of 183.58º 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 #56D4DC is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 212 | 220 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.14 |
| HSL | 183.58º | 0.66% | 0.6% | - |
| HSV(B) | 183.58º | 0.61% | 0.86% | - |
| XYZ | 40.3 | 54.23 | 76.05 | - |
| YUV | 175.24 | 153.26 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 212 | 220 | 0.61 | 0.04 | 0 | 0.14 | 183.58 | 0.66 | 0.6 |
| Hex | 56 | D4 | DC | 3D | 4 | 0 | E | B8 | 42 | 3C |
| Octal | 126 | 324 | 334 | 75 | 4 | 0 | 16 | 270 | 102 | 74 |
| Binary | 1010110 | 11010100 | 11011100 | 111101 | 100 | 0 | 1110 | 10111000 | 1000010 | 111100 |
Color Harmonies of #56D4DC
Complementary color
Monochromatic Colors of #56D4DC
Black with #56D4DC
Text Example
Text Example
White with #56D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D4DC; }
p { color: rgb(86,212,220); }
H1.HeaderClassName
{
color: #56D4DC;
}
.AnyTagClassName
{
color: #56D4DC;
}
</style>
background-color css
<style>
a { background-color: #56D4DC; }
a { background-color: rgb(86,212,220); }
div.DivClassName
{
background-color: #56D4DC;
}
.BgClassName
{
background-color: #56D4DC;
}
</style>
border-color css
<style>
span { border-color: #56D4DC; }
span { border-color: rgb(86,212,220); }
td.TdClassName
{
border-color: #56D4DC;
}
.TagClassName
{
border-color: #56D4DC;
}
</style>