Shades of Medium Turquoise #4EDDC4
Tints of Medium Turquoise #4EDDC4
RGB
CMYK
RGB Variations
Color information
#4EDDC4 (or 0x4EDDC4) is known color: Medium Turquoise. HEX triplet: 4E, DD and C4. RGB value is (78,221,196). Sum of RGB (Red+Green+Blue) = 78+221+196=495 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.76% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDC4 is #B1223B. Grayscale: #AFAFAF. Windows color (decimal): -11608636 or 12901710. OLE color: 12901710.
HSL color Cylindrical-coordinate representation of color #4EDDC4: hue angle of 169.51º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDDC4 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 196 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.13 |
| HSL | 169.51º | 0.68% | 0.59% | - |
| HSV(B) | 169.51º | 0.65% | 0.87% | - |
| XYZ | 38.96 | 57.32 | 61.23 | - |
| YUV | 175.39 | 139.62 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 196 | 0.65 | 0 | 0.11 | 0.13 | 169.51 | 0.68 | 0.59 |
| Hex | 4E | DD | C4 | 41 | 0 | B | D | AA | 44 | 3B |
| Octal | 116 | 335 | 304 | 101 | 0 | 13 | 15 | 252 | 104 | 73 |
| Binary | 1001110 | 11011101 | 11000100 | 1000001 | 0 | 1011 | 1101 | 10101010 | 1000100 | 111011 |
Color Harmonies of #4EDDC4
Complementary color
Monochromatic Colors of #4EDDC4
Black with #4EDDC4
Text Example
Text Example
White with #4EDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDC4; }
p { color: rgb(78,221,196); }
H1.HeaderClassName
{
color: #4EDDC4;
}
.AnyTagClassName
{
color: #4EDDC4;
}
</style>
background-color css
<style>
a { background-color: #4EDDC4; }
a { background-color: rgb(78,221,196); }
div.DivClassName
{
background-color: #4EDDC4;
}
.BgClassName
{
background-color: #4EDDC4;
}
</style>
border-color css
<style>
span { border-color: #4EDDC4; }
span { border-color: rgb(78,221,196); }
td.TdClassName
{
border-color: #4EDDC4;
}
.TagClassName
{
border-color: #4EDDC4;
}
</style>