Shades of Turquoise #4EFDBA
Tints of Turquoise #4EFDBA
RGB
CMYK
RGB Variations
Color information
#4EFDBA (or 0x4EFDBA) is known color: Turquoise. HEX triplet: 4E, FD and BA. RGB value is (78,253,186). Sum of RGB (Red+Green+Blue) = 78+253+186=517 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.09% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDBA is #B10245. Grayscale: #C1C1C1. Windows color (decimal): -11600454 or 12254542. OLE color: 12254542.
HSL color Cylindrical-coordinate representation of color #4EFDBA: hue angle of 157.03º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFDBA is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 186 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.01 |
| HSL | 157.03º | 0.98% | 0.65% | - |
| HSV(B) | 157.03º | 0.69% | 0.99% | - |
| XYZ | 47.13 | 75.42 | 58.53 | - |
| YUV | 193.04 | 124.02 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 186 | 0.69 | 0 | 0.26 | 0.01 | 157.03 | 0.98 | 0.65 |
| Hex | 4E | FD | BA | 45 | 0 | 1A | 1 | 9D | 62 | 41 |
| Octal | 116 | 375 | 272 | 105 | 0 | 32 | 1 | 235 | 142 | 101 |
| Binary | 1001110 | 11111101 | 10111010 | 1000101 | 0 | 11010 | 1 | 10011101 | 1100010 | 1000001 |
Color Harmonies of #4EFDBA
Complementary color
Monochromatic Colors of #4EFDBA
Black with #4EFDBA
Text Example
Text Example
White with #4EFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDBA; }
p { color: rgb(78,253,186); }
H1.HeaderClassName
{
color: #4EFDBA;
}
.AnyTagClassName
{
color: #4EFDBA;
}
</style>
background-color css
<style>
a { background-color: #4EFDBA; }
a { background-color: rgb(78,253,186); }
div.DivClassName
{
background-color: #4EFDBA;
}
.BgClassName
{
background-color: #4EFDBA;
}
</style>
border-color css
<style>
span { border-color: #4EFDBA; }
span { border-color: rgb(78,253,186); }
td.TdClassName
{
border-color: #4EFDBA;
}
.TagClassName
{
border-color: #4EFDBA;
}
</style>