Shades of Turquoise #4EF3BA
Tints of Turquoise #4EF3BA
RGB
CMYK
RGB Variations
Color information
#4EF3BA (or 0x4EF3BA) is known color: Turquoise. HEX triplet: 4E, F3 and BA. RGB value is (78,243,186). Sum of RGB (Red+Green+Blue) = 78+243+186=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #4EF3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF3BA is #B10C45. Grayscale: #BBBBBB. Windows color (decimal): -11603014 or 12251982. OLE color: 12251982.
HSL color Cylindrical-coordinate representation of color #4EF3BA: hue angle of 159.27º degrees, saturation: 0.87, 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 #4EF3BA is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 243 | 186 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.05 |
| HSL | 159.27º | 0.87% | 0.63% | - |
| HSV(B) | 159.27º | 0.68% | 0.95% | - |
| XYZ | 44.06 | 69.27 | 57.5 | - |
| YUV | 187.17 | 127.34 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 243 | 186 | 0.68 | 0 | 0.23 | 0.05 | 159.27 | 0.87 | 0.63 |
| Hex | 4E | F3 | BA | 44 | 0 | 17 | 5 | 9F | 57 | 3F |
| Octal | 116 | 363 | 272 | 104 | 0 | 27 | 5 | 237 | 127 | 77 |
| Binary | 1001110 | 11110011 | 10111010 | 1000100 | 0 | 10111 | 101 | 10011111 | 1010111 | 111111 |
Color Harmonies of #4EF3BA
Complementary color
Monochromatic Colors of #4EF3BA
Black with #4EF3BA
Text Example
Text Example
White with #4EF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF3BA; }
p { color: rgb(78,243,186); }
H1.HeaderClassName
{
color: #4EF3BA;
}
.AnyTagClassName
{
color: #4EF3BA;
}
</style>
background-color css
<style>
a { background-color: #4EF3BA; }
a { background-color: rgb(78,243,186); }
div.DivClassName
{
background-color: #4EF3BA;
}
.BgClassName
{
background-color: #4EF3BA;
}
</style>
border-color css
<style>
span { border-color: #4EF3BA; }
span { border-color: rgb(78,243,186); }
td.TdClassName
{
border-color: #4EF3BA;
}
.TagClassName
{
border-color: #4EF3BA;
}
</style>