Shades of Turquoise Blue #56DFF6
Tints of Turquoise Blue #56DFF6
RGB
CMYK
RGB Variations
Color information
#56DFF6 (or 0x56DFF6) is known color: Turquoise Blue. HEX triplet: 56, DF and F6. RGB value is (86,223,246). Sum of RGB (Red+Green+Blue) = 86+223+246=555 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.50% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #56DFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DFF6 is #A92009. Grayscale: #B8B8B8. Windows color (decimal): -11083786 or 16179030. OLE color: 16179030.
HSL color Cylindrical-coordinate representation of color #56DFF6: hue angle of 188.62º 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 #56DFF6 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 223 | 246 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.04 |
| HSL | 188.63º | 0.9% | 0.65% | - |
| HSV(B) | 188.63º | 0.65% | 0.96% | - |
| XYZ | 46.86 | 61.41 | 96.57 | - |
| YUV | 184.66 | 162.61 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 223 | 246 | 0.65 | 0.09 | 0 | 0.04 | 188.63 | 0.9 | 0.65 |
| Hex | 56 | DF | F6 | 41 | 9 | 0 | 4 | BD | 5A | 41 |
| Octal | 126 | 337 | 366 | 101 | 11 | 0 | 4 | 275 | 132 | 101 |
| Binary | 1010110 | 11011111 | 11110110 | 1000001 | 1001 | 0 | 100 | 10111101 | 1011010 | 1000001 |
Color Harmonies of #56DFF6
Complementary color
Monochromatic Colors of #56DFF6
Black with #56DFF6
Text Example
Text Example
White with #56DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DFF6; }
p { color: rgb(86,223,246); }
H1.HeaderClassName
{
color: #56DFF6;
}
.AnyTagClassName
{
color: #56DFF6;
}
</style>
background-color css
<style>
a { background-color: #56DFF6; }
a { background-color: rgb(86,223,246); }
div.DivClassName
{
background-color: #56DFF6;
}
.BgClassName
{
background-color: #56DFF6;
}
</style>
border-color css
<style>
span { border-color: #56DFF6; }
span { border-color: rgb(86,223,246); }
td.TdClassName
{
border-color: #56DFF6;
}
.TagClassName
{
border-color: #56DFF6;
}
</style>