Shades of Turquoise Blue #56ECEF
Tints of Turquoise Blue #56ECEF
RGB
CMYK
RGB Variations
Color information
#56ECEF (or 0x56ECEF) is known color: Turquoise Blue. HEX triplet: 56, EC and EF. RGB value is (86,236,239). Sum of RGB (Red+Green+Blue) = 86+236+239=561 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.33% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #56ECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56ECEF is #A91310. Grayscale: #BFBFBF. Windows color (decimal): -11080465 or 15723606. OLE color: 15723606.
HSL color Cylindrical-coordinate representation of color #56ECEF: hue angle of 181.18º 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 #56ECEF is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 236 | 239 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.06 |
| HSL | 181.18º | 0.83% | 0.64% | - |
| HSV(B) | 181.18º | 0.64% | 0.94% | - |
| XYZ | 49.41 | 68.2 | 92.22 | - |
| YUV | 191.49 | 154.81 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 239 | 0.64 | 0.01 | 0 | 0.06 | 181.18 | 0.83 | 0.64 |
| Hex | 56 | EC | EF | 40 | 1 | 0 | 6 | B5 | 53 | 40 |
| Octal | 126 | 354 | 357 | 100 | 1 | 0 | 6 | 265 | 123 | 100 |
| Binary | 1010110 | 11101100 | 11101111 | 1000000 | 1 | 0 | 110 | 10110101 | 1010011 | 1000000 |
Color Harmonies of #56ECEF
Complementary color
Monochromatic Colors of #56ECEF
Black with #56ECEF
Text Example
Text Example
White with #56ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ECEF; }
p { color: rgb(86,236,239); }
H1.HeaderClassName
{
color: #56ECEF;
}
.AnyTagClassName
{
color: #56ECEF;
}
</style>
background-color css
<style>
a { background-color: #56ECEF; }
a { background-color: rgb(86,236,239); }
div.DivClassName
{
background-color: #56ECEF;
}
.BgClassName
{
background-color: #56ECEF;
}
</style>
border-color css
<style>
span { border-color: #56ECEF; }
span { border-color: rgb(86,236,239); }
td.TdClassName
{
border-color: #56ECEF;
}
.TagClassName
{
border-color: #56ECEF;
}
</style>