Shades of Medium Turquoise #4EDAD3
Tints of Medium Turquoise #4EDAD3
RGB
CMYK
RGB Variations
Color information
#4EDAD3 (or 0x4EDAD3) is known color: Medium Turquoise. HEX triplet: 4E, DA and D3. RGB value is (78,218,211). Sum of RGB (Red+Green+Blue) = 78+218+211=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDAD3 is #B1252C. Grayscale: #AFAFAF. Windows color (decimal): -11609389 or 13883982. OLE color: 13883982.
HSL color Cylindrical-coordinate representation of color #4EDAD3: hue angle of 177º degrees, saturation: 0.65, 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 #4EDAD3 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 211 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.15 |
| HSL | 177º | 0.65% | 0.58% | - |
| HSV(B) | 177º | 0.64% | 0.85% | - |
| XYZ | 39.97 | 56.47 | 70.42 | - |
| YUV | 175.34 | 148.12 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 211 | 0.64 | 0 | 0.03 | 0.15 | 177 | 0.65 | 0.58 |
| Hex | 4E | DA | D3 | 40 | 0 | 3 | F | B1 | 41 | 3A |
| Octal | 116 | 332 | 323 | 100 | 0 | 3 | 17 | 261 | 101 | 72 |
| Binary | 1001110 | 11011010 | 11010011 | 1000000 | 0 | 11 | 1111 | 10110001 | 1000001 | 111010 |
Color Harmonies of #4EDAD3
Complementary color
Monochromatic Colors of #4EDAD3
Black with #4EDAD3
Text Example
Text Example
White with #4EDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDAD3; }
p { color: rgb(78,218,211); }
H1.HeaderClassName
{
color: #4EDAD3;
}
.AnyTagClassName
{
color: #4EDAD3;
}
</style>
background-color css
<style>
a { background-color: #4EDAD3; }
a { background-color: rgb(78,218,211); }
div.DivClassName
{
background-color: #4EDAD3;
}
.BgClassName
{
background-color: #4EDAD3;
}
</style>
border-color css
<style>
span { border-color: #4EDAD3; }
span { border-color: rgb(78,218,211); }
td.TdClassName
{
border-color: #4EDAD3;
}
.TagClassName
{
border-color: #4EDAD3;
}
</style>