Shades of Turquoise Blue #56DAFE
Tints of Turquoise Blue #56DAFE
RGB
CMYK
RGB Variations
Color information
#56DAFE (or 0x56DAFE) is known color: Turquoise Blue. HEX triplet: 56, DA and FE. RGB value is (86,218,254). Sum of RGB (Red+Green+Blue) = 86+218+254=558 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.41% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #56DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DAFE is #A92501. Grayscale: #B6B6B6. Windows color (decimal): -11085058 or 16702038. OLE color: 16702038.
HSL color Cylindrical-coordinate representation of color #56DAFE: hue angle of 192.86º 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 #56DAFE is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 218 | 254 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.00 |
| HSL | 192.86º | 0.99% | 0.67% | - |
| HSV(B) | 192.86º | 0.66% | 1% | - |
| XYZ | 46.8 | 59.28 | 102.74 | - |
| YUV | 182.64 | 168.27 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 218 | 254 | 0.66 | 0.14 | 0 | 0.00 | 192.86 | 0.99 | 0.67 |
| Hex | 56 | DA | FE | 42 | E | 0 | 0 | C1 | 63 | 43 |
| Octal | 126 | 332 | 376 | 102 | 16 | 0 | 0 | 301 | 143 | 103 |
| Binary | 1010110 | 11011010 | 11111110 | 1000010 | 1110 | 0 | 0 | 11000001 | 1100011 | 1000011 |
Color Harmonies of #56DAFE
Complementary color
Monochromatic Colors of #56DAFE
Black with #56DAFE
Text Example
Text Example
White with #56DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DAFE; }
p { color: rgb(86,218,254); }
H1.HeaderClassName
{
color: #56DAFE;
}
.AnyTagClassName
{
color: #56DAFE;
}
</style>
background-color css
<style>
a { background-color: #56DAFE; }
a { background-color: rgb(86,218,254); }
div.DivClassName
{
background-color: #56DAFE;
}
.BgClassName
{
background-color: #56DAFE;
}
</style>
border-color css
<style>
span { border-color: #56DAFE; }
span { border-color: rgb(86,218,254); }
td.TdClassName
{
border-color: #56DAFE;
}
.TagClassName
{
border-color: #56DAFE;
}
</style>