Shades of Turquoise #4EE3BC
Tints of Turquoise #4EE3BC
RGB
CMYK
RGB Variations
Color information
#4EE3BC (or 0x4EE3BC) is known color: Turquoise. HEX triplet: 4E, E3 and BC. RGB value is (78,227,188). Sum of RGB (Red+Green+Blue) = 78+227+188=493 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.82% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE3BC is #B11C43. Grayscale: #B2B2B2. Windows color (decimal): -11607108 or 12378958. OLE color: 12378958.
HSL color Cylindrical-coordinate representation of color #4EE3BC: hue angle of 164.3º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE3BC is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 227 | 188 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.11 |
| HSL | 164.3º | 0.73% | 0.6% | - |
| HSV(B) | 164.3º | 0.66% | 0.89% | - |
| XYZ | 39.69 | 60.19 | 57.1 | - |
| YUV | 178 | 133.64 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 188 | 0.66 | 0 | 0.17 | 0.11 | 164.3 | 0.73 | 0.6 |
| Hex | 4E | E3 | BC | 42 | 0 | 11 | B | A4 | 49 | 3C |
| Octal | 116 | 343 | 274 | 102 | 0 | 21 | 13 | 244 | 111 | 74 |
| Binary | 1001110 | 11100011 | 10111100 | 1000010 | 0 | 10001 | 1011 | 10100100 | 1001001 | 111100 |
Color Harmonies of #4EE3BC
Complementary color
Monochromatic Colors of #4EE3BC
Black with #4EE3BC
Text Example
Text Example
White with #4EE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE3BC; }
p { color: rgb(78,227,188); }
H1.HeaderClassName
{
color: #4EE3BC;
}
.AnyTagClassName
{
color: #4EE3BC;
}
</style>
background-color css
<style>
a { background-color: #4EE3BC; }
a { background-color: rgb(78,227,188); }
div.DivClassName
{
background-color: #4EE3BC;
}
.BgClassName
{
background-color: #4EE3BC;
}
</style>
border-color css
<style>
span { border-color: #4EE3BC; }
span { border-color: rgb(78,227,188); }
td.TdClassName
{
border-color: #4EE3BC;
}
.TagClassName
{
border-color: #4EE3BC;
}
</style>