Shades of Turquoise Blue #56DEFF
Tints of Turquoise Blue #56DEFF
RGB
CMYK
RGB Variations
Color information
#56DEFF (or 0x56DEFF) is known color: Turquoise Blue. HEX triplet: 56, DE and FF. RGB value is (86,222,255). Sum of RGB (Red+Green+Blue) = 86+222+255=563 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.28% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #56DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DEFF is #A92100. Grayscale: #B8B8B8. Windows color (decimal): -11084033 or 16768598. OLE color: 16768598.
HSL color Cylindrical-coordinate representation of color #56DEFF: hue angle of 191.72º 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 #56DEFF is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 222 | 255 | - |
| CMYK | 0.66 | 0.13 | 0 | 0 |
| HSL | 191.72º | 1% | 0.67% | - |
| HSV(B) | 191.72º | 0.66% | 1% | - |
| XYZ | 48.01 | 61.44 | 103.94 | - |
| YUV | 185.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 222 | 255 | 0.66 | 0.13 | 0 | 0 | 191.72 | 1 | 0.67 |
| Hex | 56 | DE | FF | 42 | D | 0 | 0 | C0 | 64 | 43 |
| Octal | 126 | 336 | 377 | 102 | 15 | 0 | 0 | 300 | 144 | 103 |
| Binary | 1010110 | 11011110 | 11111111 | 1000010 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000011 |
Color Harmonies of #56DEFF
Complementary color
Monochromatic Colors of #56DEFF
Black with #56DEFF
Text Example
Text Example
White with #56DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DEFF; }
p { color: rgb(86,222,255); }
H1.HeaderClassName
{
color: #56DEFF;
}
.AnyTagClassName
{
color: #56DEFF;
}
</style>
background-color css
<style>
a { background-color: #56DEFF; }
a { background-color: rgb(86,222,255); }
div.DivClassName
{
background-color: #56DEFF;
}
.BgClassName
{
background-color: #56DEFF;
}
</style>
border-color css
<style>
span { border-color: #56DEFF; }
span { border-color: rgb(86,222,255); }
td.TdClassName
{
border-color: #56DEFF;
}
.TagClassName
{
border-color: #56DEFF;
}
</style>