Shades of Turquoise Blue #56D3F8
Tints of Turquoise Blue #56D3F8
RGB
CMYK
RGB Variations
Color information
#56D3F8 (or 0x56D3F8) is known color: Turquoise Blue. HEX triplet: 56, D3 and F8. RGB value is (86,211,248). Sum of RGB (Red+Green+Blue) = 86+211+248=545 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.78% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #56D3F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D3F8 is #A92C07. Grayscale: #B1B1B1. Windows color (decimal): -11086856 or 16307030. OLE color: 16307030.
HSL color Cylindrical-coordinate representation of color #56D3F8: hue angle of 193.7º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56D3F8 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 211 | 248 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.03 |
| HSL | 193.7º | 0.92% | 0.65% | - |
| HSV(B) | 193.7º | 0.65% | 0.97% | - |
| XYZ | 44.08 | 55.34 | 97.17 | - |
| YUV | 177.84 | 167.59 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 211 | 248 | 0.65 | 0.15 | 0 | 0.03 | 193.7 | 0.92 | 0.65 |
| Hex | 56 | D3 | F8 | 41 | F | 0 | 3 | C2 | 5C | 41 |
| Octal | 126 | 323 | 370 | 101 | 17 | 0 | 3 | 302 | 134 | 101 |
| Binary | 1010110 | 11010011 | 11111000 | 1000001 | 1111 | 0 | 11 | 11000010 | 1011100 | 1000001 |
Color Harmonies of #56D3F8
Complementary color
Monochromatic Colors of #56D3F8
Black with #56D3F8
Text Example
Text Example
White with #56D3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D3F8; }
p { color: rgb(86,211,248); }
H1.HeaderClassName
{
color: #56D3F8;
}
.AnyTagClassName
{
color: #56D3F8;
}
</style>
background-color css
<style>
a { background-color: #56D3F8; }
a { background-color: rgb(86,211,248); }
div.DivClassName
{
background-color: #56D3F8;
}
.BgClassName
{
background-color: #56D3F8;
}
</style>
border-color css
<style>
span { border-color: #56D3F8; }
span { border-color: rgb(86,211,248); }
td.TdClassName
{
border-color: #56D3F8;
}
.TagClassName
{
border-color: #56D3F8;
}
</style>