Shades of Turquoise #4EE8BC
Tints of Turquoise #4EE8BC
RGB
CMYK
RGB Variations
Color information
#4EE8BC (or 0x4EE8BC) is known color: Turquoise. HEX triplet: 4E, E8 and BC. RGB value is (78,232,188). Sum of RGB (Red+Green+Blue) = 78+232+188=498 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.66% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE8BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE8BC is #B11743. Grayscale: #B4B4B4. Windows color (decimal): -11605828 or 12380238. OLE color: 12380238.
HSL color Cylindrical-coordinate representation of color #4EE8BC: hue angle of 162.86º 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 #4EE8BC is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 232 | 188 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.09 |
| HSL | 162.86º | 0.77% | 0.61% | - |
| HSV(B) | 162.86º | 0.66% | 0.91% | - |
| XYZ | 41.08 | 62.96 | 57.57 | - |
| YUV | 180.94 | 131.98 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 188 | 0.66 | 0 | 0.19 | 0.09 | 162.86 | 0.77 | 0.61 |
| Hex | 4E | E8 | BC | 42 | 0 | 13 | 9 | A3 | 4D | 3D |
| Octal | 116 | 350 | 274 | 102 | 0 | 23 | 11 | 243 | 115 | 75 |
| Binary | 1001110 | 11101000 | 10111100 | 1000010 | 0 | 10011 | 1001 | 10100011 | 1001101 | 111101 |
Color Harmonies of #4EE8BC
Complementary color
Monochromatic Colors of #4EE8BC
Black with #4EE8BC
Text Example
Text Example
White with #4EE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE8BC; }
p { color: rgb(78,232,188); }
H1.HeaderClassName
{
color: #4EE8BC;
}
.AnyTagClassName
{
color: #4EE8BC;
}
</style>
background-color css
<style>
a { background-color: #4EE8BC; }
a { background-color: rgb(78,232,188); }
div.DivClassName
{
background-color: #4EE8BC;
}
.BgClassName
{
background-color: #4EE8BC;
}
</style>
border-color css
<style>
span { border-color: #4EE8BC; }
span { border-color: rgb(78,232,188); }
td.TdClassName
{
border-color: #4EE8BC;
}
.TagClassName
{
border-color: #4EE8BC;
}
</style>