Shades of Turquoise Blue #56D2F4
Tints of Turquoise Blue #56D2F4
RGB
CMYK
RGB Variations
Color information
#56D2F4 (or 0x56D2F4) is known color: Turquoise Blue. HEX triplet: 56, D2 and F4. RGB value is (86,210,244). Sum of RGB (Red+Green+Blue) = 86+210+244=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 244 (95.70% from 255 or 45.19% from 540); Max value from RGB is 244 - color contains mainly: blue. Hex color #56D2F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D2F4 is #A92D0B. Grayscale: #B0B0B0. Windows color (decimal): -11087116 or 16044630. OLE color: 16044630.
HSL color Cylindrical-coordinate representation of color #56D2F4: hue angle of 192.91º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56D2F4 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 210 | 244 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.04 |
| HSL | 192.91º | 0.88% | 0.65% | - |
| HSV(B) | 192.91º | 0.65% | 0.96% | - |
| XYZ | 43.21 | 54.6 | 93.85 | - |
| YUV | 176.8 | 165.92 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 210 | 244 | 0.65 | 0.14 | 0 | 0.04 | 192.91 | 0.88 | 0.65 |
| Hex | 56 | D2 | F4 | 41 | E | 0 | 4 | C1 | 58 | 41 |
| Octal | 126 | 322 | 364 | 101 | 16 | 0 | 4 | 301 | 130 | 101 |
| Binary | 1010110 | 11010010 | 11110100 | 1000001 | 1110 | 0 | 100 | 11000001 | 1011000 | 1000001 |
Color Harmonies of #56D2F4
Complementary color
Monochromatic Colors of #56D2F4
Black with #56D2F4
Text Example
Text Example
White with #56D2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D2F4; }
p { color: rgb(86,210,244); }
H1.HeaderClassName
{
color: #56D2F4;
}
.AnyTagClassName
{
color: #56D2F4;
}
</style>
background-color css
<style>
a { background-color: #56D2F4; }
a { background-color: rgb(86,210,244); }
div.DivClassName
{
background-color: #56D2F4;
}
.BgClassName
{
background-color: #56D2F4;
}
</style>
border-color css
<style>
span { border-color: #56D2F4; }
span { border-color: rgb(86,210,244); }
td.TdClassName
{
border-color: #56D2F4;
}
.TagClassName
{
border-color: #56D2F4;
}
</style>