Shades of Turquoise Blue #56EEEC
Tints of Turquoise Blue #56EEEC
RGB
CMYK
RGB Variations
Color information
#56EEEC (or 0x56EEEC) is known color: Turquoise Blue. HEX triplet: 56, EE and EC. RGB value is (86,238,236). Sum of RGB (Red+Green+Blue) = 86+238+236=560 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.36% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EEEC is #A91113. Grayscale: #C0C0C0. Windows color (decimal): -11079956 or 15527510. OLE color: 15527510.
HSL color Cylindrical-coordinate representation of color #56EEEC: hue angle of 179.21º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EEEC is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 236 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.07 |
| HSL | 179.21º | 0.82% | 0.64% | - |
| HSV(B) | 179.21º | 0.64% | 0.93% | - |
| XYZ | 49.55 | 69.18 | 90.1 | - |
| YUV | 192.32 | 152.64 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 236 | 0.64 | 0 | 0.01 | 0.07 | 179.21 | 0.82 | 0.64 |
| Hex | 56 | EE | EC | 40 | 0 | 1 | 7 | B3 | 52 | 40 |
| Octal | 126 | 356 | 354 | 100 | 0 | 1 | 7 | 263 | 122 | 100 |
| Binary | 1010110 | 11101110 | 11101100 | 1000000 | 0 | 1 | 111 | 10110011 | 1010010 | 1000000 |
Color Harmonies of #56EEEC
Complementary color
Monochromatic Colors of #56EEEC
Black with #56EEEC
Text Example
Text Example
White with #56EEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EEEC; }
p { color: rgb(86,238,236); }
H1.HeaderClassName
{
color: #56EEEC;
}
.AnyTagClassName
{
color: #56EEEC;
}
</style>
background-color css
<style>
a { background-color: #56EEEC; }
a { background-color: rgb(86,238,236); }
div.DivClassName
{
background-color: #56EEEC;
}
.BgClassName
{
background-color: #56EEEC;
}
</style>
border-color css
<style>
span { border-color: #56EEEC; }
span { border-color: rgb(86,238,236); }
td.TdClassName
{
border-color: #56EEEC;
}
.TagClassName
{
border-color: #56EEEC;
}
</style>