Shades of Medium Turquoise #4ECEDB
Tints of Medium Turquoise #4ECEDB
RGB
CMYK
RGB Variations
Color information
#4ECEDB (or 0x4ECEDB) is known color: Medium Turquoise. HEX triplet: 4E, CE and DB. RGB value is (78,206,219). Sum of RGB (Red+Green+Blue) = 78+206+219=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ECEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECEDB is #B13124. Grayscale: #A9A9A9. Windows color (decimal): -11612453 or 14405198. OLE color: 14405198.
HSL color Cylindrical-coordinate representation of color #4ECEDB: hue angle of 185.53º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ECEDB is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 206 | 219 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.14 |
| HSL | 185.53º | 0.66% | 0.58% | - |
| HSV(B) | 185.53º | 0.64% | 0.86% | - |
| XYZ | 38 | 50.88 | 74.84 | - |
| YUV | 169.21 | 156.09 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 219 | 0.64 | 0.06 | 0 | 0.14 | 185.53 | 0.66 | 0.58 |
| Hex | 4E | CE | DB | 40 | 6 | 0 | E | BA | 42 | 3A |
| Octal | 116 | 316 | 333 | 100 | 6 | 0 | 16 | 272 | 102 | 72 |
| Binary | 1001110 | 11001110 | 11011011 | 1000000 | 110 | 0 | 1110 | 10111010 | 1000010 | 111010 |
Color Harmonies of #4ECEDB
Complementary color
Monochromatic Colors of #4ECEDB
Black with #4ECEDB
Text Example
Text Example
White with #4ECEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECEDB; }
p { color: rgb(78,206,219); }
H1.HeaderClassName
{
color: #4ECEDB;
}
.AnyTagClassName
{
color: #4ECEDB;
}
</style>
background-color css
<style>
a { background-color: #4ECEDB; }
a { background-color: rgb(78,206,219); }
div.DivClassName
{
background-color: #4ECEDB;
}
.BgClassName
{
background-color: #4ECEDB;
}
</style>
border-color css
<style>
span { border-color: #4ECEDB; }
span { border-color: rgb(78,206,219); }
td.TdClassName
{
border-color: #4ECEDB;
}
.TagClassName
{
border-color: #4ECEDB;
}
</style>