Shades of Medium Turquoise #4ECECD
Tints of Medium Turquoise #4ECECD
RGB
CMYK
RGB Variations
Color information
#4ECECD (or 0x4ECECD) is known color: Medium Turquoise. HEX triplet: 4E, CE and CD. RGB value is (78,206,205). Sum of RGB (Red+Green+Blue) = 78+206+205=489 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.95% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #4ECECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECECD is #B13132. Grayscale: #A7A7A7. Windows color (decimal): -11612467 or 13487694. OLE color: 13487694.
HSL color Cylindrical-coordinate representation of color #4ECECD: hue angle of 179.53º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECECD is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 206 | 205 | - |
| CMYK | 0.62 | 0 | 0.00 | 0.19 |
| HSL | 179.53º | 0.57% | 0.56% | - |
| HSV(B) | 179.53º | 0.62% | 0.81% | - |
| XYZ | 36.23 | 50.17 | 65.53 | - |
| YUV | 167.61 | 149.09 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 205 | 0.62 | 0 | 0.00 | 0.19 | 179.53 | 0.57 | 0.56 |
| Hex | 4E | CE | CD | 3E | 0 | 0 | 13 | B4 | 39 | 38 |
| Octal | 116 | 316 | 315 | 76 | 0 | 0 | 23 | 264 | 71 | 70 |
| Binary | 1001110 | 11001110 | 11001101 | 111110 | 0 | 0 | 10011 | 10110100 | 111001 | 111000 |
Color Harmonies of #4ECECD
Complementary color
Monochromatic Colors of #4ECECD
Black with #4ECECD
Text Example
Text Example
White with #4ECECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECECD; }
p { color: rgb(78,206,205); }
H1.HeaderClassName
{
color: #4ECECD;
}
.AnyTagClassName
{
color: #4ECECD;
}
</style>
background-color css
<style>
a { background-color: #4ECECD; }
a { background-color: rgb(78,206,205); }
div.DivClassName
{
background-color: #4ECECD;
}
.BgClassName
{
background-color: #4ECECD;
}
</style>
border-color css
<style>
span { border-color: #4ECECD; }
span { border-color: rgb(78,206,205); }
td.TdClassName
{
border-color: #4ECECD;
}
.TagClassName
{
border-color: #4ECECD;
}
</style>