Shades of Turquoise Blue #56DBEF
Tints of Turquoise Blue #56DBEF
RGB
CMYK
RGB Variations
Color information
#56DBEF (or 0x56DBEF) is known color: Turquoise Blue. HEX triplet: 56, DB and EF. RGB value is (86,219,239). Sum of RGB (Red+Green+Blue) = 86+219+239=544 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.81% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #56DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBEF is #A92410. Grayscale: #B5B5B5. Windows color (decimal): -11084817 or 15719254. OLE color: 15719254.
HSL color Cylindrical-coordinate representation of color #56DBEF: hue angle of 187.84º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56DBEF is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 219 | 239 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.06 |
| HSL | 187.84º | 0.83% | 0.64% | - |
| HSV(B) | 187.84º | 0.64% | 0.94% | - |
| XYZ | 44.75 | 58.87 | 90.67 | - |
| YUV | 181.51 | 160.44 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 239 | 0.64 | 0.08 | 0 | 0.06 | 187.84 | 0.83 | 0.64 |
| Hex | 56 | DB | EF | 40 | 8 | 0 | 6 | BC | 53 | 40 |
| Octal | 126 | 333 | 357 | 100 | 10 | 0 | 6 | 274 | 123 | 100 |
| Binary | 1010110 | 11011011 | 11101111 | 1000000 | 1000 | 0 | 110 | 10111100 | 1010011 | 1000000 |
Color Harmonies of #56DBEF
Complementary color
Monochromatic Colors of #56DBEF
Black with #56DBEF
Text Example
Text Example
White with #56DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBEF; }
p { color: rgb(86,219,239); }
H1.HeaderClassName
{
color: #56DBEF;
}
.AnyTagClassName
{
color: #56DBEF;
}
</style>
background-color css
<style>
a { background-color: #56DBEF; }
a { background-color: rgb(86,219,239); }
div.DivClassName
{
background-color: #56DBEF;
}
.BgClassName
{
background-color: #56DBEF;
}
</style>
border-color css
<style>
span { border-color: #56DBEF; }
span { border-color: rgb(86,219,239); }
td.TdClassName
{
border-color: #56DBEF;
}
.TagClassName
{
border-color: #56DBEF;
}
</style>