Shades of Turquoise #4EEFBA
Tints of Turquoise #4EEFBA
RGB
CMYK
RGB Variations
Color information
#4EEFBA (or 0x4EEFBA) is known color: Turquoise. HEX triplet: 4E, EF and BA. RGB value is (78,239,186). Sum of RGB (Red+Green+Blue) = 78+239+186=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEFBA is #B11045. Grayscale: #B8B8B8. Windows color (decimal): -11604038 or 12250958. OLE color: 12250958.
HSL color Cylindrical-coordinate representation of color #4EEFBA: hue angle of 160.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEFBA is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 186 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.06 |
| HSL | 160.25º | 0.83% | 0.62% | - |
| HSV(B) | 160.25º | 0.67% | 0.94% | - |
| XYZ | 42.87 | 66.9 | 57.11 | - |
| YUV | 184.82 | 128.66 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 186 | 0.67 | 0 | 0.22 | 0.06 | 160.25 | 0.83 | 0.62 |
| Hex | 4E | EF | BA | 43 | 0 | 16 | 6 | A0 | 53 | 3E |
| Octal | 116 | 357 | 272 | 103 | 0 | 26 | 6 | 240 | 123 | 76 |
| Binary | 1001110 | 11101111 | 10111010 | 1000011 | 0 | 10110 | 110 | 10100000 | 1010011 | 111110 |
Color Harmonies of #4EEFBA
Complementary color
Monochromatic Colors of #4EEFBA
Black with #4EEFBA
Text Example
Text Example
White with #4EEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEFBA; }
p { color: rgb(78,239,186); }
H1.HeaderClassName
{
color: #4EEFBA;
}
.AnyTagClassName
{
color: #4EEFBA;
}
</style>
background-color css
<style>
a { background-color: #4EEFBA; }
a { background-color: rgb(78,239,186); }
div.DivClassName
{
background-color: #4EEFBA;
}
.BgClassName
{
background-color: #4EEFBA;
}
</style>
border-color css
<style>
span { border-color: #4EEFBA; }
span { border-color: rgb(78,239,186); }
td.TdClassName
{
border-color: #4EEFBA;
}
.TagClassName
{
border-color: #4EEFBA;
}
</style>