Shades of Medium Turquoise #56DBCE
Tints of Medium Turquoise #56DBCE
RGB
CMYK
RGB Variations
Color information
#56DBCE (or 0x56DBCE) is known color: Medium Turquoise. HEX triplet: 56, DB and CE. RGB value is (86,219,206). Sum of RGB (Red+Green+Blue) = 86+219+206=511 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.83% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #56DBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DBCE is #A92431. Grayscale: #B1B1B1. Windows color (decimal): -11084850 or 13556566. OLE color: 13556566.
HSL color Cylindrical-coordinate representation of color #56DBCE: hue angle of 174.14º degrees, saturation: 0.65, 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 #56DBCE is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 206 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.14 |
| HSL | 174.14º | 0.65% | 0.6% | - |
| HSV(B) | 174.14º | 0.61% | 0.86% | - |
| XYZ | 40.31 | 57.1 | 67.29 | - |
| YUV | 177.75 | 143.94 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 206 | 0.61 | 0 | 0.06 | 0.14 | 174.14 | 0.65 | 0.6 |
| Hex | 56 | DB | CE | 3D | 0 | 6 | E | AE | 41 | 3C |
| Octal | 126 | 333 | 316 | 75 | 0 | 6 | 16 | 256 | 101 | 74 |
| Binary | 1010110 | 11011011 | 11001110 | 111101 | 0 | 110 | 1110 | 10101110 | 1000001 | 111100 |
Color Harmonies of #56DBCE
Complementary color
Monochromatic Colors of #56DBCE
Black with #56DBCE
Text Example
Text Example
White with #56DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBCE; }
p { color: rgb(86,219,206); }
H1.HeaderClassName
{
color: #56DBCE;
}
.AnyTagClassName
{
color: #56DBCE;
}
</style>
background-color css
<style>
a { background-color: #56DBCE; }
a { background-color: rgb(86,219,206); }
div.DivClassName
{
background-color: #56DBCE;
}
.BgClassName
{
background-color: #56DBCE;
}
</style>
border-color css
<style>
span { border-color: #56DBCE; }
span { border-color: rgb(86,219,206); }
td.TdClassName
{
border-color: #56DBCE;
}
.TagClassName
{
border-color: #56DBCE;
}
</style>