Shades of Turquoise #4EFEBE
Tints of Turquoise #4EFEBE
RGB
CMYK
RGB Variations
Color information
#4EFEBE (or 0x4EFEBE) is known color: Turquoise. HEX triplet: 4E, FE and BE. RGB value is (78,254,190). Sum of RGB (Red+Green+Blue) = 78+254+190=522 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.94% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFEBE is #B10141. Grayscale: #C2C2C2. Windows color (decimal): -11600194 or 12516942. OLE color: 12516942.
HSL color Cylindrical-coordinate representation of color #4EFEBE: hue angle of 158.18º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFEBE is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 190 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.00 |
| HSL | 158.18º | 0.99% | 0.65% | - |
| HSV(B) | 158.18º | 0.69% | 1% | - |
| XYZ | 47.88 | 76.22 | 60.9 | - |
| YUV | 194.08 | 125.69 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 190 | 0.69 | 0 | 0.25 | 0.00 | 158.18 | 0.99 | 0.65 |
| Hex | 4E | FE | BE | 45 | 0 | 19 | 0 | 9E | 63 | 41 |
| Octal | 116 | 376 | 276 | 105 | 0 | 31 | 0 | 236 | 143 | 101 |
| Binary | 1001110 | 11111110 | 10111110 | 1000101 | 0 | 11001 | 0 | 10011110 | 1100011 | 1000001 |
Color Harmonies of #4EFEBE
Complementary color
Monochromatic Colors of #4EFEBE
Black with #4EFEBE
Text Example
Text Example
White with #4EFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFEBE; }
p { color: rgb(78,254,190); }
H1.HeaderClassName
{
color: #4EFEBE;
}
.AnyTagClassName
{
color: #4EFEBE;
}
</style>
background-color css
<style>
a { background-color: #4EFEBE; }
a { background-color: rgb(78,254,190); }
div.DivClassName
{
background-color: #4EFEBE;
}
.BgClassName
{
background-color: #4EFEBE;
}
</style>
border-color css
<style>
span { border-color: #4EFEBE; }
span { border-color: rgb(78,254,190); }
td.TdClassName
{
border-color: #4EFEBE;
}
.TagClassName
{
border-color: #4EFEBE;
}
</style>