Shades of Turquoise Blue #56DBFF
Tints of Turquoise Blue #56DBFF
RGB
CMYK
RGB Variations
Color information
#56DBFF (or 0x56DBFF) is known color: Turquoise Blue. HEX triplet: 56, DB and FF. RGB value is (86,219,255). Sum of RGB (Red+Green+Blue) = 86+219+255=560 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.36% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #56DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBFF is #A92400. Grayscale: #B7B7B7. Windows color (decimal): -11084801 or 16767830. OLE color: 16767830.
HSL color Cylindrical-coordinate representation of color #56DBFF: hue angle of 192.78º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56DBFF is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 219 | 255 | - |
| CMYK | 0.66 | 0.14 | 0 | 0 |
| HSL | 192.78º | 1% | 0.67% | - |
| HSV(B) | 192.78º | 0.66% | 1% | - |
| XYZ | 47.22 | 59.86 | 103.67 | - |
| YUV | 183.34 | 168.44 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 255 | 0.66 | 0.14 | 0 | 0 | 192.78 | 1 | 0.67 |
| Hex | 56 | DB | FF | 42 | E | 0 | 0 | C1 | 64 | 43 |
| Octal | 126 | 333 | 377 | 102 | 16 | 0 | 0 | 301 | 144 | 103 |
| Binary | 1010110 | 11011011 | 11111111 | 1000010 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000011 |
Color Harmonies of #56DBFF
Complementary color
Monochromatic Colors of #56DBFF
Black with #56DBFF
Text Example
Text Example
White with #56DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBFF; }
p { color: rgb(86,219,255); }
H1.HeaderClassName
{
color: #56DBFF;
}
.AnyTagClassName
{
color: #56DBFF;
}
</style>
background-color css
<style>
a { background-color: #56DBFF; }
a { background-color: rgb(86,219,255); }
div.DivClassName
{
background-color: #56DBFF;
}
.BgClassName
{
background-color: #56DBFF;
}
</style>
border-color css
<style>
span { border-color: #56DBFF; }
span { border-color: rgb(86,219,255); }
td.TdClassName
{
border-color: #56DBFF;
}
.TagClassName
{
border-color: #56DBFF;
}
</style>