Shades of Medium Turquoise #4EC3BA
Tints of Medium Turquoise #4EC3BA
RGB
CMYK
RGB Variations
Color information
#4EC3BA (or 0x4EC3BA) is known color: Medium Turquoise. HEX triplet: 4E, C3 and BA. RGB value is (78,195,186). Sum of RGB (Red+Green+Blue) = 78+195+186=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #4EC3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC3BA is #B13C45. Grayscale: #9E9E9E. Windows color (decimal): -11615302 or 12239694. OLE color: 12239694.
HSL color Cylindrical-coordinate representation of color #4EC3BA: hue angle of 175.38º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC3BA is Cyan = 0.6, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 195 | 186 | - |
| CMYK | 0.6 | 0 | 0.05 | 0.24 |
| HSL | 175.38º | 0.49% | 0.54% | - |
| HSV(B) | 175.38º | 0.6% | 0.76% | - |
| XYZ | 31.52 | 44.2 | 53.32 | - |
| YUV | 158.99 | 143.24 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 186 | 0.6 | 0 | 0.05 | 0.24 | 175.38 | 0.49 | 0.54 |
| Hex | 4E | C3 | BA | 3C | 0 | 5 | 18 | AF | 31 | 36 |
| Octal | 116 | 303 | 272 | 74 | 0 | 5 | 30 | 257 | 61 | 66 |
| Binary | 1001110 | 11000011 | 10111010 | 111100 | 0 | 101 | 11000 | 10101111 | 110001 | 110110 |
Color Harmonies of #4EC3BA
Complementary color
Monochromatic Colors of #4EC3BA
Black with #4EC3BA
Text Example
Text Example
White with #4EC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC3BA; }
p { color: rgb(78,195,186); }
H1.HeaderClassName
{
color: #4EC3BA;
}
.AnyTagClassName
{
color: #4EC3BA;
}
</style>
background-color css
<style>
a { background-color: #4EC3BA; }
a { background-color: rgb(78,195,186); }
div.DivClassName
{
background-color: #4EC3BA;
}
.BgClassName
{
background-color: #4EC3BA;
}
</style>
border-color css
<style>
span { border-color: #4EC3BA; }
span { border-color: rgb(78,195,186); }
td.TdClassName
{
border-color: #4EC3BA;
}
.TagClassName
{
border-color: #4EC3BA;
}
</style>