Shades of Turquoise Blue #56D3FF
Tints of Turquoise Blue #56D3FF
RGB
CMYK
RGB Variations
Color information
#56D3FF (or 0x56D3FF) is known color: Turquoise Blue. HEX triplet: 56, D3 and FF. RGB value is (86,211,255). Sum of RGB (Red+Green+Blue) = 86+211+255=552 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.58% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #56D3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D3FF is #A92C00. Grayscale: #B2B2B2. Windows color (decimal): -11086849 or 16765782. OLE color: 16765782.
HSL color Cylindrical-coordinate representation of color #56D3FF: hue angle of 195.62º 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 #56D3FF is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 211 | 255 | - |
| CMYK | 0.66 | 0.17 | 0 | 0 |
| HSL | 195.62º | 1% | 0.67% | - |
| HSV(B) | 195.62º | 0.66% | 1% | - |
| XYZ | 45.18 | 55.79 | 102.99 | - |
| YUV | 178.64 | 171.09 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 211 | 255 | 0.66 | 0.17 | 0 | 0 | 195.62 | 1 | 0.67 |
| Hex | 56 | D3 | FF | 42 | 11 | 0 | 0 | C4 | 64 | 43 |
| Octal | 126 | 323 | 377 | 102 | 21 | 0 | 0 | 304 | 144 | 103 |
| Binary | 1010110 | 11010011 | 11111111 | 1000010 | 10001 | 0 | 0 | 11000100 | 1100100 | 1000011 |
Color Harmonies of #56D3FF
Complementary color
Monochromatic Colors of #56D3FF
Black with #56D3FF
Text Example
Text Example
White with #56D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D3FF; }
p { color: rgb(86,211,255); }
H1.HeaderClassName
{
color: #56D3FF;
}
.AnyTagClassName
{
color: #56D3FF;
}
</style>
background-color css
<style>
a { background-color: #56D3FF; }
a { background-color: rgb(86,211,255); }
div.DivClassName
{
background-color: #56D3FF;
}
.BgClassName
{
background-color: #56D3FF;
}
</style>
border-color css
<style>
span { border-color: #56D3FF; }
span { border-color: rgb(86,211,255); }
td.TdClassName
{
border-color: #56D3FF;
}
.TagClassName
{
border-color: #56D3FF;
}
</style>