Shades of Turquoise #4EEABA
Tints of Turquoise #4EEABA
RGB
CMYK
RGB Variations
Color information
#4EEABA (or 0x4EEABA) is known color: Turquoise. HEX triplet: 4E, EA and BA. RGB value is (78,234,186). Sum of RGB (Red+Green+Blue) = 78+234+186=498 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.66% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEABA is #B11545. Grayscale: #B5B5B5. Windows color (decimal): -11605318 or 12249678. OLE color: 12249678.
HSL color Cylindrical-coordinate representation of color #4EEABA: hue angle of 161.54º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEABA is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 186 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.08 |
| HSL | 161.54º | 0.79% | 0.61% | - |
| HSV(B) | 161.54º | 0.67% | 0.92% | - |
| XYZ | 41.43 | 64.01 | 56.63 | - |
| YUV | 181.88 | 130.32 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 186 | 0.67 | 0 | 0.21 | 0.08 | 161.54 | 0.79 | 0.61 |
| Hex | 4E | EA | BA | 43 | 0 | 15 | 8 | A2 | 4F | 3D |
| Octal | 116 | 352 | 272 | 103 | 0 | 25 | 10 | 242 | 117 | 75 |
| Binary | 1001110 | 11101010 | 10111010 | 1000011 | 0 | 10101 | 1000 | 10100010 | 1001111 | 111101 |
Color Harmonies of #4EEABA
Complementary color
Monochromatic Colors of #4EEABA
Black with #4EEABA
Text Example
Text Example
White with #4EEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEABA; }
p { color: rgb(78,234,186); }
H1.HeaderClassName
{
color: #4EEABA;
}
.AnyTagClassName
{
color: #4EEABA;
}
</style>
background-color css
<style>
a { background-color: #4EEABA; }
a { background-color: rgb(78,234,186); }
div.DivClassName
{
background-color: #4EEABA;
}
.BgClassName
{
background-color: #4EEABA;
}
</style>
border-color css
<style>
span { border-color: #4EEABA; }
span { border-color: rgb(78,234,186); }
td.TdClassName
{
border-color: #4EEABA;
}
.TagClassName
{
border-color: #4EEABA;
}
</style>