Shades of Medium Turquoise #4ECCD9
Tints of Medium Turquoise #4ECCD9
RGB
CMYK
RGB Variations
Color information
#4ECCD9 (or 0x4ECCD9) is known color: Medium Turquoise. HEX triplet: 4E, CC and D9. RGB value is (78,204,217). Sum of RGB (Red+Green+Blue) = 78+204+217=499 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.63% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #4ECCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCD9 is #B13326. Grayscale: #A7A7A7. Windows color (decimal): -11612967 or 14273614. OLE color: 14273614.
HSL color Cylindrical-coordinate representation of color #4ECCD9: hue angle of 185.61º 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 #4ECCD9 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 204 | 217 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.15 |
| HSL | 185.61º | 0.65% | 0.58% | - |
| HSV(B) | 185.61º | 0.64% | 0.85% | - |
| XYZ | 37.26 | 49.82 | 73.3 | - |
| YUV | 167.81 | 155.76 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 217 | 0.64 | 0.06 | 0 | 0.15 | 185.61 | 0.65 | 0.58 |
| Hex | 4E | CC | D9 | 40 | 6 | 0 | F | BA | 41 | 3A |
| Octal | 116 | 314 | 331 | 100 | 6 | 0 | 17 | 272 | 101 | 72 |
| Binary | 1001110 | 11001100 | 11011001 | 1000000 | 110 | 0 | 1111 | 10111010 | 1000001 | 111010 |
Color Harmonies of #4ECCD9
Complementary color
Monochromatic Colors of #4ECCD9
Black with #4ECCD9
Text Example
Text Example
White with #4ECCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCD9; }
p { color: rgb(78,204,217); }
H1.HeaderClassName
{
color: #4ECCD9;
}
.AnyTagClassName
{
color: #4ECCD9;
}
</style>
background-color css
<style>
a { background-color: #4ECCD9; }
a { background-color: rgb(78,204,217); }
div.DivClassName
{
background-color: #4ECCD9;
}
.BgClassName
{
background-color: #4ECCD9;
}
</style>
border-color css
<style>
span { border-color: #4ECCD9; }
span { border-color: rgb(78,204,217); }
td.TdClassName
{
border-color: #4ECCD9;
}
.TagClassName
{
border-color: #4ECCD9;
}
</style>