Shades of Turquoise #4EE8E2
Tints of Turquoise #4EE8E2
RGB
CMYK
RGB Variations
Color information
#4EE8E2 (or 0x4EE8E2) is known color: Turquoise. HEX triplet: 4E, E8 and E2. RGB value is (78,232,226). Sum of RGB (Red+Green+Blue) = 78+232+226=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE8E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE8E2 is #B1171D. Grayscale: #B9B9B9. Windows color (decimal): -11605790 or 14870606. OLE color: 14870606.
HSL color Cylindrical-coordinate representation of color #4EE8E2: hue angle of 177.66º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE8E2 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 232 | 226 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.09 |
| HSL | 177.66º | 0.77% | 0.61% | - |
| HSV(B) | 177.66º | 0.66% | 0.91% | - |
| XYZ | 45.73 | 64.82 | 82.05 | - |
| YUV | 185.27 | 150.98 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 226 | 0.66 | 0 | 0.03 | 0.09 | 177.66 | 0.77 | 0.61 |
| Hex | 4E | E8 | E2 | 42 | 0 | 3 | 9 | B2 | 4D | 3D |
| Octal | 116 | 350 | 342 | 102 | 0 | 3 | 11 | 262 | 115 | 75 |
| Binary | 1001110 | 11101000 | 11100010 | 1000010 | 0 | 11 | 1001 | 10110010 | 1001101 | 111101 |
Color Harmonies of #4EE8E2
Complementary color
Monochromatic Colors of #4EE8E2
Black with #4EE8E2
Text Example
Text Example
White with #4EE8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE8E2; }
p { color: rgb(78,232,226); }
H1.HeaderClassName
{
color: #4EE8E2;
}
.AnyTagClassName
{
color: #4EE8E2;
}
</style>
background-color css
<style>
a { background-color: #4EE8E2; }
a { background-color: rgb(78,232,226); }
div.DivClassName
{
background-color: #4EE8E2;
}
.BgClassName
{
background-color: #4EE8E2;
}
</style>
border-color css
<style>
span { border-color: #4EE8E2; }
span { border-color: rgb(78,232,226); }
td.TdClassName
{
border-color: #4EE8E2;
}
.TagClassName
{
border-color: #4EE8E2;
}
</style>