Shades of Turquoise Blue #56DBFE
Tints of Turquoise Blue #56DBFE
RGB
CMYK
RGB Variations
Color information
#56DBFE (or 0x56DBFE) is known color: Turquoise Blue. HEX triplet: 56, DB and FE. RGB value is (86,219,254). Sum of RGB (Red+Green+Blue) = 86+219+254=559 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.38% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #56DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBFE is #A92401. Grayscale: #B6B6B6. Windows color (decimal): -11084802 or 16702294. OLE color: 16702294.
HSL color Cylindrical-coordinate representation of color #56DBFE: hue angle of 192.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56DBFE is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 219 | 254 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.00 |
| HSL | 192.5º | 0.99% | 0.67% | - |
| HSV(B) | 192.5º | 0.66% | 1% | - |
| XYZ | 47.06 | 59.8 | 102.83 | - |
| YUV | 183.22 | 167.94 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 254 | 0.66 | 0.14 | 0 | 0.00 | 192.5 | 0.99 | 0.67 |
| Hex | 56 | DB | FE | 42 | E | 0 | 0 | C0 | 63 | 43 |
| Octal | 126 | 333 | 376 | 102 | 16 | 0 | 0 | 300 | 143 | 103 |
| Binary | 1010110 | 11011011 | 11111110 | 1000010 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000011 |
Color Harmonies of #56DBFE
Complementary color
Monochromatic Colors of #56DBFE
Black with #56DBFE
Text Example
Text Example
White with #56DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBFE; }
p { color: rgb(86,219,254); }
H1.HeaderClassName
{
color: #56DBFE;
}
.AnyTagClassName
{
color: #56DBFE;
}
</style>
background-color css
<style>
a { background-color: #56DBFE; }
a { background-color: rgb(86,219,254); }
div.DivClassName
{
background-color: #56DBFE;
}
.BgClassName
{
background-color: #56DBFE;
}
</style>
border-color css
<style>
span { border-color: #56DBFE; }
span { border-color: rgb(86,219,254); }
td.TdClassName
{
border-color: #56DBFE;
}
.TagClassName
{
border-color: #56DBFE;
}
</style>