Shades of Turquoise Blue #56E2E4
Tints of Turquoise Blue #56E2E4
RGB
CMYK
RGB Variations
Color information
#56E2E4 (or 0x56E2E4) is known color: Turquoise Blue. HEX triplet: 56, E2 and E4. RGB value is (86,226,228). Sum of RGB (Red+Green+Blue) = 86+226+228=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 228 - color contains mainly: blue. Hex color #56E2E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E2E4 is #A91D1B. Grayscale: #B8B8B8. Windows color (decimal): -11083036 or 15000150. OLE color: 15000150.
HSL color Cylindrical-coordinate representation of color #56E2E4: hue angle of 180.85º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E2E4 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 226 | 228 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.11 |
| HSL | 180.85º | 0.72% | 0.62% | - |
| HSV(B) | 180.85º | 0.62% | 0.89% | - |
| XYZ | 45.04 | 61.97 | 82.99 | - |
| YUV | 184.37 | 152.62 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 226 | 228 | 0.62 | 0.01 | 0 | 0.11 | 180.85 | 0.72 | 0.62 |
| Hex | 56 | E2 | E4 | 3E | 1 | 0 | B | B5 | 48 | 3E |
| Octal | 126 | 342 | 344 | 76 | 1 | 0 | 13 | 265 | 110 | 76 |
| Binary | 1010110 | 11100010 | 11100100 | 111110 | 1 | 0 | 1011 | 10110101 | 1001000 | 111110 |
Color Harmonies of #56E2E4
Complementary color
Monochromatic Colors of #56E2E4
Black with #56E2E4
Text Example
Text Example
White with #56E2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E2E4; }
p { color: rgb(86,226,228); }
H1.HeaderClassName
{
color: #56E2E4;
}
.AnyTagClassName
{
color: #56E2E4;
}
</style>
background-color css
<style>
a { background-color: #56E2E4; }
a { background-color: rgb(86,226,228); }
div.DivClassName
{
background-color: #56E2E4;
}
.BgClassName
{
background-color: #56E2E4;
}
</style>
border-color css
<style>
span { border-color: #56E2E4; }
span { border-color: rgb(86,226,228); }
td.TdClassName
{
border-color: #56E2E4;
}
.TagClassName
{
border-color: #56E2E4;
}
</style>