Shades of Medium Turquoise #4EDCD4
Tints of Medium Turquoise #4EDCD4
RGB
CMYK
RGB Variations
Color information
#4EDCD4 (or 0x4EDCD4) is known color: Medium Turquoise. HEX triplet: 4E, DC and D4. RGB value is (78,220,212). Sum of RGB (Red+Green+Blue) = 78+220+212=510 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.29% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCD4 is #B1232B. Grayscale: #B0B0B0. Windows color (decimal): -11608876 or 13950030. OLE color: 13950030.
HSL color Cylindrical-coordinate representation of color #4EDCD4: hue angle of 176.62º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDCD4 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 212 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.14 |
| HSL | 176.62º | 0.67% | 0.58% | - |
| HSV(B) | 176.62º | 0.65% | 0.86% | - |
| XYZ | 40.62 | 57.56 | 71.26 | - |
| YUV | 176.63 | 147.96 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 212 | 0.65 | 0 | 0.04 | 0.14 | 176.62 | 0.67 | 0.58 |
| Hex | 4E | DC | D4 | 41 | 0 | 4 | E | B1 | 43 | 3A |
| Octal | 116 | 334 | 324 | 101 | 0 | 4 | 16 | 261 | 103 | 72 |
| Binary | 1001110 | 11011100 | 11010100 | 1000001 | 0 | 100 | 1110 | 10110001 | 1000011 | 111010 |
Color Harmonies of #4EDCD4
Complementary color
Monochromatic Colors of #4EDCD4
Black with #4EDCD4
Text Example
Text Example
White with #4EDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDCD4; }
p { color: rgb(78,220,212); }
H1.HeaderClassName
{
color: #4EDCD4;
}
.AnyTagClassName
{
color: #4EDCD4;
}
</style>
background-color css
<style>
a { background-color: #4EDCD4; }
a { background-color: rgb(78,220,212); }
div.DivClassName
{
background-color: #4EDCD4;
}
.BgClassName
{
background-color: #4EDCD4;
}
</style>
border-color css
<style>
span { border-color: #4EDCD4; }
span { border-color: rgb(78,220,212); }
td.TdClassName
{
border-color: #4EDCD4;
}
.TagClassName
{
border-color: #4EDCD4;
}
</style>