Shades of Turquoise Blue #4EE2EC
Tints of Turquoise Blue #4EE2EC
RGB
CMYK
RGB Variations
Color information
#4EE2EC (or 0x4EE2EC) is known color: Turquoise Blue. HEX triplet: 4E, E2 and EC. RGB value is (78,226,236). Sum of RGB (Red+Green+Blue) = 78+226+236=540 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.44% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #4EE2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE2EC is #B11D13. Grayscale: #B6B6B6. Windows color (decimal): -11607316 or 15524430. OLE color: 15524430.
HSL color Cylindrical-coordinate representation of color #4EE2EC: hue angle of 183.8º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EE2EC is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 226 | 236 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.07 |
| HSL | 183.8º | 0.81% | 0.62% | - |
| HSV(B) | 183.8º | 0.67% | 0.93% | - |
| XYZ | 45.48 | 62.07 | 88.94 | - |
| YUV | 182.89 | 157.97 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 226 | 236 | 0.67 | 0.04 | 0 | 0.07 | 183.8 | 0.81 | 0.62 |
| Hex | 4E | E2 | EC | 43 | 4 | 0 | 7 | B8 | 51 | 3E |
| Octal | 116 | 342 | 354 | 103 | 4 | 0 | 7 | 270 | 121 | 76 |
| Binary | 1001110 | 11100010 | 11101100 | 1000011 | 100 | 0 | 111 | 10111000 | 1010001 | 111110 |
Color Harmonies of #4EE2EC
Complementary color
Monochromatic Colors of #4EE2EC
Black with #4EE2EC
Text Example
Text Example
White with #4EE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE2EC; }
p { color: rgb(78,226,236); }
H1.HeaderClassName
{
color: #4EE2EC;
}
.AnyTagClassName
{
color: #4EE2EC;
}
</style>
background-color css
<style>
a { background-color: #4EE2EC; }
a { background-color: rgb(78,226,236); }
div.DivClassName
{
background-color: #4EE2EC;
}
.BgClassName
{
background-color: #4EE2EC;
}
</style>
border-color css
<style>
span { border-color: #4EE2EC; }
span { border-color: rgb(78,226,236); }
td.TdClassName
{
border-color: #4EE2EC;
}
.TagClassName
{
border-color: #4EE2EC;
}
</style>