Shades of Turquoise Blue #56DAEC
Tints of Turquoise Blue #56DAEC
RGB
CMYK
RGB Variations
Color information
#56DAEC (or 0x56DAEC) is known color: Turquoise Blue. HEX triplet: 56, DA and EC. RGB value is (86,218,236). Sum of RGB (Red+Green+Blue) = 86+218+236=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #56DAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DAEC is #A92513. Grayscale: #B4B4B4. Windows color (decimal): -11085076 or 15522390. OLE color: 15522390.
HSL color Cylindrical-coordinate representation of color #56DAEC: hue angle of 187.2º 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 #56DAEC is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 218 | 236 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.07 |
| HSL | 187.2º | 0.8% | 0.63% | - |
| HSV(B) | 187.2º | 0.64% | 0.93% | - |
| XYZ | 44.05 | 58.18 | 88.26 | - |
| YUV | 180.58 | 159.27 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 218 | 236 | 0.64 | 0.08 | 0 | 0.07 | 187.2 | 0.8 | 0.63 |
| Hex | 56 | DA | EC | 40 | 8 | 0 | 7 | BB | 50 | 3F |
| Octal | 126 | 332 | 354 | 100 | 10 | 0 | 7 | 273 | 120 | 77 |
| Binary | 1010110 | 11011010 | 11101100 | 1000000 | 1000 | 0 | 111 | 10111011 | 1010000 | 111111 |
Color Harmonies of #56DAEC
Complementary color
Monochromatic Colors of #56DAEC
Black with #56DAEC
Text Example
Text Example
White with #56DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DAEC; }
p { color: rgb(86,218,236); }
H1.HeaderClassName
{
color: #56DAEC;
}
.AnyTagClassName
{
color: #56DAEC;
}
</style>
background-color css
<style>
a { background-color: #56DAEC; }
a { background-color: rgb(86,218,236); }
div.DivClassName
{
background-color: #56DAEC;
}
.BgClassName
{
background-color: #56DAEC;
}
</style>
border-color css
<style>
span { border-color: #56DAEC; }
span { border-color: rgb(86,218,236); }
td.TdClassName
{
border-color: #56DAEC;
}
.TagClassName
{
border-color: #56DAEC;
}
</style>