Shades of Turquoise #4EF2BE
Tints of Turquoise #4EF2BE
RGB
CMYK
RGB Variations
Color information
#4EF2BE (or 0x4EF2BE) is known color: Turquoise. HEX triplet: 4E, F2 and BE. RGB value is (78,242,190). Sum of RGB (Red+Green+Blue) = 78+242+190=510 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.29% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF2BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF2BE is #B10D41. Grayscale: #BBBBBB. Windows color (decimal): -11603266 or 12513870. OLE color: 12513870.
HSL color Cylindrical-coordinate representation of color #4EF2BE: hue angle of 160.98º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF2BE is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 242 | 190 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.05 |
| HSL | 160.98º | 0.86% | 0.63% | - |
| HSV(B) | 160.98º | 0.68% | 0.95% | - |
| XYZ | 44.19 | 68.84 | 59.67 | - |
| YUV | 187.04 | 129.67 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 242 | 190 | 0.68 | 0 | 0.21 | 0.05 | 160.98 | 0.86 | 0.63 |
| Hex | 4E | F2 | BE | 44 | 0 | 15 | 5 | A1 | 56 | 3F |
| Octal | 116 | 362 | 276 | 104 | 0 | 25 | 5 | 241 | 126 | 77 |
| Binary | 1001110 | 11110010 | 10111110 | 1000100 | 0 | 10101 | 101 | 10100001 | 1010110 | 111111 |
Color Harmonies of #4EF2BE
Complementary color
Monochromatic Colors of #4EF2BE
Black with #4EF2BE
Text Example
Text Example
White with #4EF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF2BE; }
p { color: rgb(78,242,190); }
H1.HeaderClassName
{
color: #4EF2BE;
}
.AnyTagClassName
{
color: #4EF2BE;
}
</style>
background-color css
<style>
a { background-color: #4EF2BE; }
a { background-color: rgb(78,242,190); }
div.DivClassName
{
background-color: #4EF2BE;
}
.BgClassName
{
background-color: #4EF2BE;
}
</style>
border-color css
<style>
span { border-color: #4EF2BE; }
span { border-color: rgb(78,242,190); }
td.TdClassName
{
border-color: #4EF2BE;
}
.TagClassName
{
border-color: #4EF2BE;
}
</style>