Shades of Medium Turquoise #4EC8DB
Tints of Medium Turquoise #4EC8DB
RGB
CMYK
RGB Variations
Color information
#4EC8DB (or 0x4EC8DB) is known color: Medium Turquoise. HEX triplet: 4E, C8 and DB. RGB value is (78,200,219). Sum of RGB (Red+Green+Blue) = 78+200+219=497 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.69% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EC8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC8DB is #B13724. Grayscale: #A5A5A5. Windows color (decimal): -11613989 or 14403662. OLE color: 14403662.
HSL color Cylindrical-coordinate representation of color #4EC8DB: hue angle of 188.09º 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 #4EC8DB is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 200 | 219 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.14 |
| HSL | 188.09º | 0.66% | 0.58% | - |
| HSV(B) | 188.09º | 0.64% | 0.86% | - |
| XYZ | 36.58 | 48.04 | 74.36 | - |
| YUV | 165.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 219 | 0.64 | 0.09 | 0 | 0.14 | 188.09 | 0.66 | 0.58 |
| Hex | 4E | C8 | DB | 40 | 9 | 0 | E | BC | 42 | 3A |
| Octal | 116 | 310 | 333 | 100 | 11 | 0 | 16 | 274 | 102 | 72 |
| Binary | 1001110 | 11001000 | 11011011 | 1000000 | 1001 | 0 | 1110 | 10111100 | 1000010 | 111010 |
Color Harmonies of #4EC8DB
Complementary color
Monochromatic Colors of #4EC8DB
Black with #4EC8DB
Text Example
Text Example
White with #4EC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC8DB; }
p { color: rgb(78,200,219); }
H1.HeaderClassName
{
color: #4EC8DB;
}
.AnyTagClassName
{
color: #4EC8DB;
}
</style>
background-color css
<style>
a { background-color: #4EC8DB; }
a { background-color: rgb(78,200,219); }
div.DivClassName
{
background-color: #4EC8DB;
}
.BgClassName
{
background-color: #4EC8DB;
}
</style>
border-color css
<style>
span { border-color: #4EC8DB; }
span { border-color: rgb(78,200,219); }
td.TdClassName
{
border-color: #4EC8DB;
}
.TagClassName
{
border-color: #4EC8DB;
}
</style>