Shades of Turquoise #4EF1BA
Tints of Turquoise #4EF1BA
RGB
CMYK
RGB Variations
Color information
#4EF1BA (or 0x4EF1BA) is known color: Turquoise. HEX triplet: 4E, F1 and BA. RGB value is (78,241,186). Sum of RGB (Red+Green+Blue) = 78+241+186=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF1BA is #B10E45. Grayscale: #BABABA. Windows color (decimal): -11603526 or 12251470. OLE color: 12251470.
HSL color Cylindrical-coordinate representation of color #4EF1BA: hue angle of 159.75º degrees, saturation: 0.85, 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 #4EF1BA is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 241 | 186 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.05 |
| HSL | 159.75º | 0.85% | 0.63% | - |
| HSV(B) | 159.75º | 0.68% | 0.95% | - |
| XYZ | 43.46 | 68.08 | 57.3 | - |
| YUV | 185.99 | 128 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 241 | 186 | 0.68 | 0 | 0.23 | 0.05 | 159.75 | 0.85 | 0.63 |
| Hex | 4E | F1 | BA | 44 | 0 | 17 | 5 | A0 | 55 | 3F |
| Octal | 116 | 361 | 272 | 104 | 0 | 27 | 5 | 240 | 125 | 77 |
| Binary | 1001110 | 11110001 | 10111010 | 1000100 | 0 | 10111 | 101 | 10100000 | 1010101 | 111111 |
Color Harmonies of #4EF1BA
Complementary color
Monochromatic Colors of #4EF1BA
Black with #4EF1BA
Text Example
Text Example
White with #4EF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF1BA; }
p { color: rgb(78,241,186); }
H1.HeaderClassName
{
color: #4EF1BA;
}
.AnyTagClassName
{
color: #4EF1BA;
}
</style>
background-color css
<style>
a { background-color: #4EF1BA; }
a { background-color: rgb(78,241,186); }
div.DivClassName
{
background-color: #4EF1BA;
}
.BgClassName
{
background-color: #4EF1BA;
}
</style>
border-color css
<style>
span { border-color: #4EF1BA; }
span { border-color: rgb(78,241,186); }
td.TdClassName
{
border-color: #4EF1BA;
}
.TagClassName
{
border-color: #4EF1BA;
}
</style>