Shades of Medium Turquoise #4EDDC1
Tints of Medium Turquoise #4EDDC1
RGB
CMYK
RGB Variations
Color information
#4EDDC1 (or 0x4EDDC1) is known color: Medium Turquoise. HEX triplet: 4E, DD and C1. RGB value is (78,221,193). Sum of RGB (Red+Green+Blue) = 78+221+193=492 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.85% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDC1 is #B1223E. Grayscale: #AFAFAF. Windows color (decimal): -11608639 or 12705102. OLE color: 12705102.
HSL color Cylindrical-coordinate representation of color #4EDDC1: hue angle of 168.25º 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 #4EDDC1 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 193 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.13 |
| HSL | 168.25º | 0.68% | 0.59% | - |
| HSV(B) | 168.25º | 0.65% | 0.87% | - |
| XYZ | 38.62 | 57.18 | 59.45 | - |
| YUV | 175.05 | 138.12 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 193 | 0.65 | 0 | 0.13 | 0.13 | 168.25 | 0.68 | 0.59 |
| Hex | 4E | DD | C1 | 41 | 0 | D | D | A8 | 44 | 3B |
| Octal | 116 | 335 | 301 | 101 | 0 | 15 | 15 | 250 | 104 | 73 |
| Binary | 1001110 | 11011101 | 11000001 | 1000001 | 0 | 1101 | 1101 | 10101000 | 1000100 | 111011 |
Color Harmonies of #4EDDC1
Complementary color
Monochromatic Colors of #4EDDC1
Black with #4EDDC1
Text Example
Text Example
White with #4EDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDC1; }
p { color: rgb(78,221,193); }
H1.HeaderClassName
{
color: #4EDDC1;
}
.AnyTagClassName
{
color: #4EDDC1;
}
</style>
background-color css
<style>
a { background-color: #4EDDC1; }
a { background-color: rgb(78,221,193); }
div.DivClassName
{
background-color: #4EDDC1;
}
.BgClassName
{
background-color: #4EDDC1;
}
</style>
border-color css
<style>
span { border-color: #4EDDC1; }
span { border-color: rgb(78,221,193); }
td.TdClassName
{
border-color: #4EDDC1;
}
.TagClassName
{
border-color: #4EDDC1;
}
</style>