Shades of Medium Turquoise #4ED9CC
Tints of Medium Turquoise #4ED9CC
RGB
CMYK
RGB Variations
Color information
#4ED9CC (or 0x4ED9CC) is known color: Medium Turquoise. HEX triplet: 4E, D9 and CC. RGB value is (78,217,204). Sum of RGB (Red+Green+Blue) = 78+217+204=499 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.63% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #4ED9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED9CC is #B12633. Grayscale: #ADADAD. Windows color (decimal): -11609652 or 13424974. OLE color: 13424974.
HSL color Cylindrical-coordinate representation of color #4ED9CC: hue angle of 174.39º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED9CC is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 217 | 204 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.15 |
| HSL | 174.39º | 0.65% | 0.58% | - |
| HSV(B) | 174.39º | 0.64% | 0.85% | - |
| XYZ | 38.85 | 55.61 | 65.81 | - |
| YUV | 173.96 | 144.95 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 217 | 204 | 0.64 | 0 | 0.06 | 0.15 | 174.39 | 0.65 | 0.58 |
| Hex | 4E | D9 | CC | 40 | 0 | 6 | F | AE | 41 | 3A |
| Octal | 116 | 331 | 314 | 100 | 0 | 6 | 17 | 256 | 101 | 72 |
| Binary | 1001110 | 11011001 | 11001100 | 1000000 | 0 | 110 | 1111 | 10101110 | 1000001 | 111010 |
Color Harmonies of #4ED9CC
Complementary color
Monochromatic Colors of #4ED9CC
Black with #4ED9CC
Text Example
Text Example
White with #4ED9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED9CC; }
p { color: rgb(78,217,204); }
H1.HeaderClassName
{
color: #4ED9CC;
}
.AnyTagClassName
{
color: #4ED9CC;
}
</style>
background-color css
<style>
a { background-color: #4ED9CC; }
a { background-color: rgb(78,217,204); }
div.DivClassName
{
background-color: #4ED9CC;
}
.BgClassName
{
background-color: #4ED9CC;
}
</style>
border-color css
<style>
span { border-color: #4ED9CC; }
span { border-color: rgb(78,217,204); }
td.TdClassName
{
border-color: #4ED9CC;
}
.TagClassName
{
border-color: #4ED9CC;
}
</style>