Shades of Turquoise Blue #56D3FE
Tints of Turquoise Blue #56D3FE
RGB
CMYK
RGB Variations
Color information
#56D3FE (or 0x56D3FE) is known color: Turquoise Blue. HEX triplet: 56, D3 and FE. RGB value is (86,211,254). Sum of RGB (Red+Green+Blue) = 86+211+254=551 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.61% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #56D3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D3FE is #A92C01. Grayscale: #B2B2B2. Windows color (decimal): -11086850 or 16700246. OLE color: 16700246.
HSL color Cylindrical-coordinate representation of color #56D3FE: hue angle of 195.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56D3FE is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 211 | 254 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.00 |
| HSL | 195.36º | 0.99% | 0.67% | - |
| HSV(B) | 195.36º | 0.66% | 1% | - |
| XYZ | 45.02 | 55.72 | 102.15 | - |
| YUV | 178.53 | 170.59 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 211 | 254 | 0.66 | 0.17 | 0 | 0.00 | 195.36 | 0.99 | 0.67 |
| Hex | 56 | D3 | FE | 42 | 11 | 0 | 0 | C3 | 63 | 43 |
| Octal | 126 | 323 | 376 | 102 | 21 | 0 | 0 | 303 | 143 | 103 |
| Binary | 1010110 | 11010011 | 11111110 | 1000010 | 10001 | 0 | 0 | 11000011 | 1100011 | 1000011 |
Color Harmonies of #56D3FE
Complementary color
Monochromatic Colors of #56D3FE
Black with #56D3FE
Text Example
Text Example
White with #56D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D3FE; }
p { color: rgb(86,211,254); }
H1.HeaderClassName
{
color: #56D3FE;
}
.AnyTagClassName
{
color: #56D3FE;
}
</style>
background-color css
<style>
a { background-color: #56D3FE; }
a { background-color: rgb(86,211,254); }
div.DivClassName
{
background-color: #56D3FE;
}
.BgClassName
{
background-color: #56D3FE;
}
</style>
border-color css
<style>
span { border-color: #56D3FE; }
span { border-color: rgb(86,211,254); }
td.TdClassName
{
border-color: #56D3FE;
}
.TagClassName
{
border-color: #56D3FE;
}
</style>