Shades of Medium Turquoise #4EC4DB
Tints of Medium Turquoise #4EC4DB
RGB
CMYK
RGB Variations
Color information
#4EC4DB (or 0x4EC4DB) is known color: Medium Turquoise. HEX triplet: 4E, C4 and DB. RGB value is (78,196,219). Sum of RGB (Red+Green+Blue) = 78+196+219=493 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.82% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EC4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC4DB is #B13B24. Grayscale: #A3A3A3. Windows color (decimal): -11615013 or 14402638. OLE color: 14402638.
HSL color Cylindrical-coordinate representation of color #4EC4DB: hue angle of 189.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EC4DB is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 196 | 219 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.14 |
| HSL | 189.79º | 0.66% | 0.58% | - |
| HSV(B) | 189.79º | 0.64% | 0.86% | - |
| XYZ | 35.67 | 46.21 | 74.06 | - |
| YUV | 163.34 | 159.41 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 196 | 219 | 0.64 | 0.11 | 0 | 0.14 | 189.79 | 0.66 | 0.58 |
| Hex | 4E | C4 | DB | 40 | B | 0 | E | BE | 42 | 3A |
| Octal | 116 | 304 | 333 | 100 | 13 | 0 | 16 | 276 | 102 | 72 |
| Binary | 1001110 | 11000100 | 11011011 | 1000000 | 1011 | 0 | 1110 | 10111110 | 1000010 | 111010 |
Color Harmonies of #4EC4DB
Complementary color
Monochromatic Colors of #4EC4DB
Black with #4EC4DB
Text Example
Text Example
White with #4EC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC4DB; }
p { color: rgb(78,196,219); }
H1.HeaderClassName
{
color: #4EC4DB;
}
.AnyTagClassName
{
color: #4EC4DB;
}
</style>
background-color css
<style>
a { background-color: #4EC4DB; }
a { background-color: rgb(78,196,219); }
div.DivClassName
{
background-color: #4EC4DB;
}
.BgClassName
{
background-color: #4EC4DB;
}
</style>
border-color css
<style>
span { border-color: #4EC4DB; }
span { border-color: rgb(78,196,219); }
td.TdClassName
{
border-color: #4EC4DB;
}
.TagClassName
{
border-color: #4EC4DB;
}
</style>