Shades of Medium Turquoise #56DCDB
Tints of Medium Turquoise #56DCDB
RGB
CMYK
RGB Variations
Color information
#56DCDB (or 0x56DCDB) is known color: Medium Turquoise. HEX triplet: 56, DC and DB. RGB value is (86,220,219). Sum of RGB (Red+Green+Blue) = 86+220+219=525 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.38% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCDB is #A92324. Grayscale: #B3B3B3. Windows color (decimal): -11084581 or 14408790. OLE color: 14408790.
HSL color Cylindrical-coordinate representation of color #56DCDB: hue angle of 179.55º 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 #56DCDB is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 219 | - |
| CMYK | 0.61 | 0 | 0.00 | 0.14 |
| HSL | 179.55º | 0.66% | 0.6% | - |
| HSV(B) | 179.55º | 0.61% | 0.86% | - |
| XYZ | 42.22 | 58.28 | 76.04 | - |
| YUV | 179.82 | 150.11 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 219 | 0.61 | 0 | 0.00 | 0.14 | 179.55 | 0.66 | 0.6 |
| Hex | 56 | DC | DB | 3D | 0 | 0 | E | B4 | 42 | 3C |
| Octal | 126 | 334 | 333 | 75 | 0 | 0 | 16 | 264 | 102 | 74 |
| Binary | 1010110 | 11011100 | 11011011 | 111101 | 0 | 0 | 1110 | 10110100 | 1000010 | 111100 |
Color Harmonies of #56DCDB
Complementary color
Monochromatic Colors of #56DCDB
Black with #56DCDB
Text Example
Text Example
White with #56DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DCDB; }
p { color: rgb(86,220,219); }
H1.HeaderClassName
{
color: #56DCDB;
}
.AnyTagClassName
{
color: #56DCDB;
}
</style>
background-color css
<style>
a { background-color: #56DCDB; }
a { background-color: rgb(86,220,219); }
div.DivClassName
{
background-color: #56DCDB;
}
.BgClassName
{
background-color: #56DCDB;
}
</style>
border-color css
<style>
span { border-color: #56DCDB; }
span { border-color: rgb(86,220,219); }
td.TdClassName
{
border-color: #56DCDB;
}
.TagClassName
{
border-color: #56DCDB;
}
</style>