Shades of Turquoise #4EEFDA
Tints of Turquoise #4EEFDA
RGB
CMYK
RGB Variations
Color information
#4EEFDA (or 0x4EEFDA) is known color: Turquoise. HEX triplet: 4E, EF and DA. RGB value is (78,239,218). Sum of RGB (Red+Green+Blue) = 78+239+218=535 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.58% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEFDA is #B11025. Grayscale: #BCBCBC. Windows color (decimal): -11604006 or 14348110. OLE color: 14348110.
HSL color Cylindrical-coordinate representation of color #4EEFDA: hue angle of 172.17º 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 #4EEFDA is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 218 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.06 |
| HSL | 172.17º | 0.83% | 0.62% | - |
| HSV(B) | 172.17º | 0.67% | 0.94% | - |
| XYZ | 46.66 | 68.41 | 77.08 | - |
| YUV | 188.47 | 144.66 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 218 | 0.67 | 0 | 0.09 | 0.06 | 172.17 | 0.83 | 0.62 |
| Hex | 4E | EF | DA | 43 | 0 | 9 | 6 | AC | 53 | 3E |
| Octal | 116 | 357 | 332 | 103 | 0 | 11 | 6 | 254 | 123 | 76 |
| Binary | 1001110 | 11101111 | 11011010 | 1000011 | 0 | 1001 | 110 | 10101100 | 1010011 | 111110 |
Color Harmonies of #4EEFDA
Complementary color
Monochromatic Colors of #4EEFDA
Black with #4EEFDA
Text Example
Text Example
White with #4EEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEFDA; }
p { color: rgb(78,239,218); }
H1.HeaderClassName
{
color: #4EEFDA;
}
.AnyTagClassName
{
color: #4EEFDA;
}
</style>
background-color css
<style>
a { background-color: #4EEFDA; }
a { background-color: rgb(78,239,218); }
div.DivClassName
{
background-color: #4EEFDA;
}
.BgClassName
{
background-color: #4EEFDA;
}
</style>
border-color css
<style>
span { border-color: #4EEFDA; }
span { border-color: rgb(78,239,218); }
td.TdClassName
{
border-color: #4EEFDA;
}
.TagClassName
{
border-color: #4EEFDA;
}
</style>