Shades of Turquoise Blue #56DBEC
Tints of Turquoise Blue #56DBEC
RGB
CMYK
RGB Variations
Color information
#56DBEC (or 0x56DBEC) is known color: Turquoise Blue. HEX triplet: 56, DB and EC. RGB value is (86,219,236). Sum of RGB (Red+Green+Blue) = 86+219+236=541 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.90% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #56DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBEC is #A92413. Grayscale: #B4B4B4. Windows color (decimal): -11084820 or 15522646. OLE color: 15522646.
HSL color Cylindrical-coordinate representation of color #56DBEC: hue angle of 186.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56DBEC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 219 | 236 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.07 |
| HSL | 186.8º | 0.8% | 0.63% | - |
| HSV(B) | 186.8º | 0.64% | 0.93% | - |
| XYZ | 44.31 | 58.7 | 88.35 | - |
| YUV | 181.17 | 158.94 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 236 | 0.64 | 0.07 | 0 | 0.07 | 186.8 | 0.8 | 0.63 |
| Hex | 56 | DB | EC | 40 | 7 | 0 | 7 | BB | 50 | 3F |
| Octal | 126 | 333 | 354 | 100 | 7 | 0 | 7 | 273 | 120 | 77 |
| Binary | 1010110 | 11011011 | 11101100 | 1000000 | 111 | 0 | 111 | 10111011 | 1010000 | 111111 |
Color Harmonies of #56DBEC
Complementary color
Monochromatic Colors of #56DBEC
Black with #56DBEC
Text Example
Text Example
White with #56DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBEC; }
p { color: rgb(86,219,236); }
H1.HeaderClassName
{
color: #56DBEC;
}
.AnyTagClassName
{
color: #56DBEC;
}
</style>
background-color css
<style>
a { background-color: #56DBEC; }
a { background-color: rgb(86,219,236); }
div.DivClassName
{
background-color: #56DBEC;
}
.BgClassName
{
background-color: #56DBEC;
}
</style>
border-color css
<style>
span { border-color: #56DBEC; }
span { border-color: rgb(86,219,236); }
td.TdClassName
{
border-color: #56DBEC;
}
.TagClassName
{
border-color: #56DBEC;
}
</style>