Shades of Turquoise Blue #56D7FF
Tints of Turquoise Blue #56D7FF
RGB
CMYK
RGB Variations
Color information
#56D7FF (or 0x56D7FF) is known color: Turquoise Blue. HEX triplet: 56, D7 and FF. RGB value is (86,215,255). Sum of RGB (Red+Green+Blue) = 86+215+255=556 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.47% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #56D7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D7FF is #A92800. Grayscale: #B4B4B4. Windows color (decimal): -11085825 or 16766806. OLE color: 16766806.
HSL color Cylindrical-coordinate representation of color #56D7FF: hue angle of 194.2º 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 #56D7FF is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 215 | 255 | - |
| CMYK | 0.66 | 0.16 | 0 | 0 |
| HSL | 194.2º | 1% | 0.67% | - |
| HSV(B) | 194.2º | 0.66% | 1% | - |
| XYZ | 46.19 | 57.8 | 103.33 | - |
| YUV | 180.99 | 169.76 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 215 | 255 | 0.66 | 0.16 | 0 | 0 | 194.2 | 1 | 0.67 |
| Hex | 56 | D7 | FF | 42 | 10 | 0 | 0 | C2 | 64 | 43 |
| Octal | 126 | 327 | 377 | 102 | 20 | 0 | 0 | 302 | 144 | 103 |
| Binary | 1010110 | 11010111 | 11111111 | 1000010 | 10000 | 0 | 0 | 11000010 | 1100100 | 1000011 |
Color Harmonies of #56D7FF
Complementary color
Monochromatic Colors of #56D7FF
Black with #56D7FF
Text Example
Text Example
White with #56D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D7FF; }
p { color: rgb(86,215,255); }
H1.HeaderClassName
{
color: #56D7FF;
}
.AnyTagClassName
{
color: #56D7FF;
}
</style>
background-color css
<style>
a { background-color: #56D7FF; }
a { background-color: rgb(86,215,255); }
div.DivClassName
{
background-color: #56D7FF;
}
.BgClassName
{
background-color: #56D7FF;
}
</style>
border-color css
<style>
span { border-color: #56D7FF; }
span { border-color: rgb(86,215,255); }
td.TdClassName
{
border-color: #56D7FF;
}
.TagClassName
{
border-color: #56D7FF;
}
</style>