Shades of Turquoise Blue #56DAF2
Tints of Turquoise Blue #56DAF2
RGB
CMYK
RGB Variations
Color information
#56DAF2 (or 0x56DAF2) is known color: Turquoise Blue. HEX triplet: 56, DA and F2. RGB value is (86,218,242). Sum of RGB (Red+Green+Blue) = 86+218+242=546 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.75% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #56DAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DAF2 is #A9250D. Grayscale: #B5B5B5. Windows color (decimal): -11085070 or 15915606. OLE color: 15915606.
HSL color Cylindrical-coordinate representation of color #56DAF2: hue angle of 189.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56DAF2 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 218 | 242 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.05 |
| HSL | 189.23º | 0.86% | 0.64% | - |
| HSV(B) | 189.23º | 0.64% | 0.95% | - |
| XYZ | 44.94 | 58.53 | 92.93 | - |
| YUV | 181.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 218 | 242 | 0.64 | 0.10 | 0 | 0.05 | 189.23 | 0.86 | 0.64 |
| Hex | 56 | DA | F2 | 40 | A | 0 | 5 | BD | 56 | 40 |
| Octal | 126 | 332 | 362 | 100 | 12 | 0 | 5 | 275 | 126 | 100 |
| Binary | 1010110 | 11011010 | 11110010 | 1000000 | 1010 | 0 | 101 | 10111101 | 1010110 | 1000000 |
Color Harmonies of #56DAF2
Complementary color
Monochromatic Colors of #56DAF2
Black with #56DAF2
Text Example
Text Example
White with #56DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DAF2; }
p { color: rgb(86,218,242); }
H1.HeaderClassName
{
color: #56DAF2;
}
.AnyTagClassName
{
color: #56DAF2;
}
</style>
background-color css
<style>
a { background-color: #56DAF2; }
a { background-color: rgb(86,218,242); }
div.DivClassName
{
background-color: #56DAF2;
}
.BgClassName
{
background-color: #56DAF2;
}
</style>
border-color css
<style>
span { border-color: #56DAF2; }
span { border-color: rgb(86,218,242); }
td.TdClassName
{
border-color: #56DAF2;
}
.TagClassName
{
border-color: #56DAF2;
}
</style>