Shades of Turquoise Blue #56DCEF
Tints of Turquoise Blue #56DCEF
RGB
CMYK
RGB Variations
Color information
#56DCEF (or 0x56DCEF) is known color: Turquoise Blue. HEX triplet: 56, DC and EF. RGB value is (86,220,239). Sum of RGB (Red+Green+Blue) = 86+220+239=545 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.78% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #56DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DCEF is #A92310. Grayscale: #B5B5B5. Windows color (decimal): -11084561 or 15719510. OLE color: 15719510.
HSL color Cylindrical-coordinate representation of color #56DCEF: hue angle of 187.45º 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 #56DCEF is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 220 | 239 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.06 |
| HSL | 187.45º | 0.83% | 0.64% | - |
| HSV(B) | 187.45º | 0.64% | 0.94% | - |
| XYZ | 45.01 | 59.4 | 90.75 | - |
| YUV | 182.1 | 160.11 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 239 | 0.64 | 0.08 | 0 | 0.06 | 187.45 | 0.83 | 0.64 |
| Hex | 56 | DC | EF | 40 | 8 | 0 | 6 | BB | 53 | 40 |
| Octal | 126 | 334 | 357 | 100 | 10 | 0 | 6 | 273 | 123 | 100 |
| Binary | 1010110 | 11011100 | 11101111 | 1000000 | 1000 | 0 | 110 | 10111011 | 1010011 | 1000000 |
Color Harmonies of #56DCEF
Complementary color
Monochromatic Colors of #56DCEF
Black with #56DCEF
Text Example
Text Example
White with #56DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DCEF; }
p { color: rgb(86,220,239); }
H1.HeaderClassName
{
color: #56DCEF;
}
.AnyTagClassName
{
color: #56DCEF;
}
</style>
background-color css
<style>
a { background-color: #56DCEF; }
a { background-color: rgb(86,220,239); }
div.DivClassName
{
background-color: #56DCEF;
}
.BgClassName
{
background-color: #56DCEF;
}
</style>
border-color css
<style>
span { border-color: #56DCEF; }
span { border-color: rgb(86,220,239); }
td.TdClassName
{
border-color: #56DCEF;
}
.TagClassName
{
border-color: #56DCEF;
}
</style>