Shades of Medium Turquoise #4EDBC3
Tints of Medium Turquoise #4EDBC3
RGB
CMYK
RGB Variations
Color information
#4EDBC3 (or 0x4EDBC3) is known color: Medium Turquoise. HEX triplet: 4E, DB and C3. RGB value is (78,219,195). Sum of RGB (Red+Green+Blue) = 78+219+195=492 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.85% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBC3 is #B1243C. Grayscale: #AEAEAE. Windows color (decimal): -11609149 or 12835662. OLE color: 12835662.
HSL color Cylindrical-coordinate representation of color #4EDBC3: hue angle of 169.79º 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 #4EDBC3 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 195 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.14 |
| HSL | 169.79º | 0.66% | 0.58% | - |
| HSV(B) | 169.79º | 0.64% | 0.86% | - |
| XYZ | 38.32 | 56.22 | 60.46 | - |
| YUV | 174.11 | 139.79 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 195 | 0.64 | 0 | 0.11 | 0.14 | 169.79 | 0.66 | 0.58 |
| Hex | 4E | DB | C3 | 40 | 0 | B | E | AA | 42 | 3A |
| Octal | 116 | 333 | 303 | 100 | 0 | 13 | 16 | 252 | 102 | 72 |
| Binary | 1001110 | 11011011 | 11000011 | 1000000 | 0 | 1011 | 1110 | 10101010 | 1000010 | 111010 |
Color Harmonies of #4EDBC3
Complementary color
Monochromatic Colors of #4EDBC3
Black with #4EDBC3
Text Example
Text Example
White with #4EDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBC3; }
p { color: rgb(78,219,195); }
H1.HeaderClassName
{
color: #4EDBC3;
}
.AnyTagClassName
{
color: #4EDBC3;
}
</style>
background-color css
<style>
a { background-color: #4EDBC3; }
a { background-color: rgb(78,219,195); }
div.DivClassName
{
background-color: #4EDBC3;
}
.BgClassName
{
background-color: #4EDBC3;
}
</style>
border-color css
<style>
span { border-color: #4EDBC3; }
span { border-color: rgb(78,219,195); }
td.TdClassName
{
border-color: #4EDBC3;
}
.TagClassName
{
border-color: #4EDBC3;
}
</style>