Shades of Turquoise Blue #56DBED
Tints of Turquoise Blue #56DBED
RGB
CMYK
RGB Variations
Color information
#56DBED (or 0x56DBED) is known color: Turquoise Blue. HEX triplet: 56, DB and ED. RGB value is (86,219,237). Sum of RGB (Red+Green+Blue) = 86+219+237=542 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.87% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #56DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBED is #A92412. Grayscale: #B5B5B5. Windows color (decimal): -11084819 or 15588182. OLE color: 15588182.
HSL color Cylindrical-coordinate representation of color #56DBED: hue angle of 187.15º degrees, saturation: 0.81, 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 #56DBED is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 219 | 237 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.07 |
| HSL | 187.15º | 0.81% | 0.63% | - |
| HSV(B) | 187.15º | 0.64% | 0.93% | - |
| XYZ | 44.46 | 58.76 | 89.12 | - |
| YUV | 181.29 | 159.44 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 237 | 0.64 | 0.08 | 0 | 0.07 | 187.15 | 0.81 | 0.63 |
| Hex | 56 | DB | ED | 40 | 8 | 0 | 7 | BB | 51 | 3F |
| Octal | 126 | 333 | 355 | 100 | 10 | 0 | 7 | 273 | 121 | 77 |
| Binary | 1010110 | 11011011 | 11101101 | 1000000 | 1000 | 0 | 111 | 10111011 | 1010001 | 111111 |
Color Harmonies of #56DBED
Complementary color
Monochromatic Colors of #56DBED
Black with #56DBED
Text Example
Text Example
White with #56DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBED; }
p { color: rgb(86,219,237); }
H1.HeaderClassName
{
color: #56DBED;
}
.AnyTagClassName
{
color: #56DBED;
}
</style>
background-color css
<style>
a { background-color: #56DBED; }
a { background-color: rgb(86,219,237); }
div.DivClassName
{
background-color: #56DBED;
}
.BgClassName
{
background-color: #56DBED;
}
</style>
border-color css
<style>
span { border-color: #56DBED; }
span { border-color: rgb(86,219,237); }
td.TdClassName
{
border-color: #56DBED;
}
.TagClassName
{
border-color: #56DBED;
}
</style>