Shades of Medium Turquoise #4ECDDB
Tints of Medium Turquoise #4ECDDB
RGB
CMYK
RGB Variations
Color information
#4ECDDB (or 0x4ECDDB) is known color: Medium Turquoise. HEX triplet: 4E, CD and DB. RGB value is (78,205,219). Sum of RGB (Red+Green+Blue) = 78+205+219=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ECDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDDB is #B13224. Grayscale: #A8A8A8. Windows color (decimal): -11612709 or 14404942. OLE color: 14404942.
HSL color Cylindrical-coordinate representation of color #4ECDDB: hue angle of 185.96º 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 #4ECDDB is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 205 | 219 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.14 |
| HSL | 185.96º | 0.66% | 0.58% | - |
| HSV(B) | 185.96º | 0.64% | 0.86% | - |
| XYZ | 37.76 | 50.4 | 74.76 | - |
| YUV | 168.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 219 | 0.64 | 0.06 | 0 | 0.14 | 185.96 | 0.66 | 0.58 |
| Hex | 4E | CD | DB | 40 | 6 | 0 | E | BA | 42 | 3A |
| Octal | 116 | 315 | 333 | 100 | 6 | 0 | 16 | 272 | 102 | 72 |
| Binary | 1001110 | 11001101 | 11011011 | 1000000 | 110 | 0 | 1110 | 10111010 | 1000010 | 111010 |
Color Harmonies of #4ECDDB
Complementary color
Monochromatic Colors of #4ECDDB
Black with #4ECDDB
Text Example
Text Example
White with #4ECDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDDB; }
p { color: rgb(78,205,219); }
H1.HeaderClassName
{
color: #4ECDDB;
}
.AnyTagClassName
{
color: #4ECDDB;
}
</style>
background-color css
<style>
a { background-color: #4ECDDB; }
a { background-color: rgb(78,205,219); }
div.DivClassName
{
background-color: #4ECDDB;
}
.BgClassName
{
background-color: #4ECDDB;
}
</style>
border-color css
<style>
span { border-color: #4ECDDB; }
span { border-color: rgb(78,205,219); }
td.TdClassName
{
border-color: #4ECDDB;
}
.TagClassName
{
border-color: #4ECDDB;
}
</style>