Shades of Medium Turquoise #4ECCD8
Tints of Medium Turquoise #4ECCD8
RGB
CMYK
RGB Variations
Color information
#4ECCD8 (or 0x4ECCD8) is known color: Medium Turquoise. HEX triplet: 4E, CC and D8. RGB value is (78,204,216). Sum of RGB (Red+Green+Blue) = 78+204+216=498 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.66% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #4ECCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCD8 is #B13327. Grayscale: #A7A7A7. Windows color (decimal): -11612968 or 14208078. OLE color: 14208078.
HSL color Cylindrical-coordinate representation of color #4ECCD8: hue angle of 185.22º degrees, saturation: 0.64, 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 #4ECCD8 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 204 | 216 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.15 |
| HSL | 185.22º | 0.64% | 0.58% | - |
| HSV(B) | 185.22º | 0.64% | 0.85% | - |
| XYZ | 37.13 | 49.76 | 72.61 | - |
| YUV | 167.69 | 155.26 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 216 | 0.64 | 0.06 | 0 | 0.15 | 185.22 | 0.64 | 0.58 |
| Hex | 4E | CC | D8 | 40 | 6 | 0 | F | B9 | 40 | 3A |
| Octal | 116 | 314 | 330 | 100 | 6 | 0 | 17 | 271 | 100 | 72 |
| Binary | 1001110 | 11001100 | 11011000 | 1000000 | 110 | 0 | 1111 | 10111001 | 1000000 | 111010 |
Color Harmonies of #4ECCD8
Complementary color
Monochromatic Colors of #4ECCD8
Black with #4ECCD8
Text Example
Text Example
White with #4ECCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCD8; }
p { color: rgb(78,204,216); }
H1.HeaderClassName
{
color: #4ECCD8;
}
.AnyTagClassName
{
color: #4ECCD8;
}
</style>
background-color css
<style>
a { background-color: #4ECCD8; }
a { background-color: rgb(78,204,216); }
div.DivClassName
{
background-color: #4ECCD8;
}
.BgClassName
{
background-color: #4ECCD8;
}
</style>
border-color css
<style>
span { border-color: #4ECCD8; }
span { border-color: rgb(78,204,216); }
td.TdClassName
{
border-color: #4ECCD8;
}
.TagClassName
{
border-color: #4ECCD8;
}
</style>