Shades of Turquoise #4EFBBA
Tints of Turquoise #4EFBBA
RGB
CMYK
RGB Variations
Color information
#4EFBBA (or 0x4EFBBA) is known color: Turquoise. HEX triplet: 4E, FB and BA. RGB value is (78,251,186). Sum of RGB (Red+Green+Blue) = 78+251+186=515 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.15% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #4EFBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFBBA is #B10445. Grayscale: #BFBFBF. Windows color (decimal): -11600966 or 12254030. OLE color: 12254030.
HSL color Cylindrical-coordinate representation of color #4EFBBA: hue angle of 157.46º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFBBA is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 251 | 186 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.02 |
| HSL | 157.46º | 0.96% | 0.65% | - |
| HSV(B) | 157.46º | 0.69% | 0.98% | - |
| XYZ | 46.5 | 74.16 | 58.32 | - |
| YUV | 191.86 | 124.69 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 251 | 186 | 0.69 | 0 | 0.26 | 0.02 | 157.46 | 0.96 | 0.65 |
| Hex | 4E | FB | BA | 45 | 0 | 1A | 2 | 9D | 60 | 41 |
| Octal | 116 | 373 | 272 | 105 | 0 | 32 | 2 | 235 | 140 | 101 |
| Binary | 1001110 | 11111011 | 10111010 | 1000101 | 0 | 11010 | 10 | 10011101 | 1100000 | 1000001 |
Color Harmonies of #4EFBBA
Complementary color
Monochromatic Colors of #4EFBBA
Black with #4EFBBA
Text Example
Text Example
White with #4EFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFBBA; }
p { color: rgb(78,251,186); }
H1.HeaderClassName
{
color: #4EFBBA;
}
.AnyTagClassName
{
color: #4EFBBA;
}
</style>
background-color css
<style>
a { background-color: #4EFBBA; }
a { background-color: rgb(78,251,186); }
div.DivClassName
{
background-color: #4EFBBA;
}
.BgClassName
{
background-color: #4EFBBA;
}
</style>
border-color css
<style>
span { border-color: #4EFBBA; }
span { border-color: rgb(78,251,186); }
td.TdClassName
{
border-color: #4EFBBA;
}
.TagClassName
{
border-color: #4EFBBA;
}
</style>