Shades of Turquoise Blue #56DBF6
Tints of Turquoise Blue #56DBF6
RGB
CMYK
RGB Variations
Color information
#56DBF6 (or 0x56DBF6) is known color: Turquoise Blue. HEX triplet: 56, DB and F6. RGB value is (86,219,246). Sum of RGB (Red+Green+Blue) = 86+219+246=551 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.61% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #56DBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBF6 is #A92409. Grayscale: #B6B6B6. Windows color (decimal): -11084810 or 16178006. OLE color: 16178006.
HSL color Cylindrical-coordinate representation of color #56DBF6: hue angle of 190.12º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56DBF6 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 219 | 246 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.04 |
| HSL | 190.13º | 0.9% | 0.65% | - |
| HSV(B) | 190.13º | 0.65% | 0.96% | - |
| XYZ | 45.8 | 59.3 | 96.22 | - |
| YUV | 182.31 | 163.94 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 246 | 0.65 | 0.11 | 0 | 0.04 | 190.13 | 0.9 | 0.65 |
| Hex | 56 | DB | F6 | 41 | B | 0 | 4 | BE | 5A | 41 |
| Octal | 126 | 333 | 366 | 101 | 13 | 0 | 4 | 276 | 132 | 101 |
| Binary | 1010110 | 11011011 | 11110110 | 1000001 | 1011 | 0 | 100 | 10111110 | 1011010 | 1000001 |
Color Harmonies of #56DBF6
Complementary color
Monochromatic Colors of #56DBF6
Black with #56DBF6
Text Example
Text Example
White with #56DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBF6; }
p { color: rgb(86,219,246); }
H1.HeaderClassName
{
color: #56DBF6;
}
.AnyTagClassName
{
color: #56DBF6;
}
</style>
background-color css
<style>
a { background-color: #56DBF6; }
a { background-color: rgb(86,219,246); }
div.DivClassName
{
background-color: #56DBF6;
}
.BgClassName
{
background-color: #56DBF6;
}
</style>
border-color css
<style>
span { border-color: #56DBF6; }
span { border-color: rgb(86,219,246); }
td.TdClassName
{
border-color: #56DBF6;
}
.TagClassName
{
border-color: #56DBF6;
}
</style>