Shades of Medium Turquoise #4EDBCF
Tints of Medium Turquoise #4EDBCF
RGB
CMYK
RGB Variations
Color information
#4EDBCF (or 0x4EDBCF) is known color: Medium Turquoise. HEX triplet: 4E, DB and CF. RGB value is (78,219,207). Sum of RGB (Red+Green+Blue) = 78+219+207=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBCF is #B12430. Grayscale: #AFAFAF. Windows color (decimal): -11609137 or 13622094. OLE color: 13622094.
HSL color Cylindrical-coordinate representation of color #4EDBCF: hue angle of 174.89º 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 #4EDBCF is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 207 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.14 |
| HSL | 174.89º | 0.66% | 0.58% | - |
| HSV(B) | 174.89º | 0.64% | 0.86% | - |
| XYZ | 39.74 | 56.79 | 67.9 | - |
| YUV | 175.47 | 145.79 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 207 | 0.64 | 0 | 0.05 | 0.14 | 174.89 | 0.66 | 0.58 |
| Hex | 4E | DB | CF | 40 | 0 | 5 | E | AF | 42 | 3A |
| Octal | 116 | 333 | 317 | 100 | 0 | 5 | 16 | 257 | 102 | 72 |
| Binary | 1001110 | 11011011 | 11001111 | 1000000 | 0 | 101 | 1110 | 10101111 | 1000010 | 111010 |
Color Harmonies of #4EDBCF
Complementary color
Monochromatic Colors of #4EDBCF
Black with #4EDBCF
Text Example
Text Example
White with #4EDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBCF; }
p { color: rgb(78,219,207); }
H1.HeaderClassName
{
color: #4EDBCF;
}
.AnyTagClassName
{
color: #4EDBCF;
}
</style>
background-color css
<style>
a { background-color: #4EDBCF; }
a { background-color: rgb(78,219,207); }
div.DivClassName
{
background-color: #4EDBCF;
}
.BgClassName
{
background-color: #4EDBCF;
}
</style>
border-color css
<style>
span { border-color: #4EDBCF; }
span { border-color: rgb(78,219,207); }
td.TdClassName
{
border-color: #4EDBCF;
}
.TagClassName
{
border-color: #4EDBCF;
}
</style>