Shades of Turquoise Blue #56DBF4
Tints of Turquoise Blue #56DBF4
RGB
CMYK
RGB Variations
Color information
#56DBF4 (or 0x56DBF4) is known color: Turquoise Blue. HEX triplet: 56, DB and F4. RGB value is (86,219,244). Sum of RGB (Red+Green+Blue) = 86+219+244=549 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.66% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #56DBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBF4 is #A9240B. Grayscale: #B5B5B5. Windows color (decimal): -11084812 or 16046934. OLE color: 16046934.
HSL color Cylindrical-coordinate representation of color #56DBF4: hue angle of 189.49º 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 #56DBF4 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 219 | 244 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.04 |
| HSL | 189.49º | 0.88% | 0.65% | - |
| HSV(B) | 189.49º | 0.65% | 0.96% | - |
| XYZ | 45.5 | 59.17 | 94.61 | - |
| YUV | 182.08 | 162.94 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 244 | 0.65 | 0.10 | 0 | 0.04 | 189.49 | 0.88 | 0.65 |
| Hex | 56 | DB | F4 | 41 | A | 0 | 4 | BD | 58 | 41 |
| Octal | 126 | 333 | 364 | 101 | 12 | 0 | 4 | 275 | 130 | 101 |
| Binary | 1010110 | 11011011 | 11110100 | 1000001 | 1010 | 0 | 100 | 10111101 | 1011000 | 1000001 |
Color Harmonies of #56DBF4
Complementary color
Monochromatic Colors of #56DBF4
Black with #56DBF4
Text Example
Text Example
White with #56DBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBF4; }
p { color: rgb(86,219,244); }
H1.HeaderClassName
{
color: #56DBF4;
}
.AnyTagClassName
{
color: #56DBF4;
}
</style>
background-color css
<style>
a { background-color: #56DBF4; }
a { background-color: rgb(86,219,244); }
div.DivClassName
{
background-color: #56DBF4;
}
.BgClassName
{
background-color: #56DBF4;
}
</style>
border-color css
<style>
span { border-color: #56DBF4; }
span { border-color: rgb(86,219,244); }
td.TdClassName
{
border-color: #56DBF4;
}
.TagClassName
{
border-color: #56DBF4;
}
</style>