Shades of Medium Turquoise #4ED8D3
Tints of Medium Turquoise #4ED8D3
RGB
CMYK
RGB Variations
Color information
#4ED8D3 (or 0x4ED8D3) is known color: Medium Turquoise. HEX triplet: 4E, D8 and D3. RGB value is (78,216,211). Sum of RGB (Red+Green+Blue) = 78+216+211=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED8D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED8D3 is #B1272C. Grayscale: #AEAEAE. Windows color (decimal): -11609901 or 13883470. OLE color: 13883470.
HSL color Cylindrical-coordinate representation of color #4ED8D3: hue angle of 177.83º degrees, saturation: 0.64, 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 #4ED8D3 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 211 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.15 |
| HSL | 177.83º | 0.64% | 0.58% | - |
| HSV(B) | 177.83º | 0.64% | 0.85% | - |
| XYZ | 39.46 | 55.43 | 70.25 | - |
| YUV | 174.17 | 148.78 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 211 | 0.64 | 0 | 0.02 | 0.15 | 177.83 | 0.64 | 0.58 |
| Hex | 4E | D8 | D3 | 40 | 0 | 2 | F | B2 | 40 | 3A |
| Octal | 116 | 330 | 323 | 100 | 0 | 2 | 17 | 262 | 100 | 72 |
| Binary | 1001110 | 11011000 | 11010011 | 1000000 | 0 | 10 | 1111 | 10110010 | 1000000 | 111010 |
Color Harmonies of #4ED8D3
Complementary color
Monochromatic Colors of #4ED8D3
Black with #4ED8D3
Text Example
Text Example
White with #4ED8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED8D3; }
p { color: rgb(78,216,211); }
H1.HeaderClassName
{
color: #4ED8D3;
}
.AnyTagClassName
{
color: #4ED8D3;
}
</style>
background-color css
<style>
a { background-color: #4ED8D3; }
a { background-color: rgb(78,216,211); }
div.DivClassName
{
background-color: #4ED8D3;
}
.BgClassName
{
background-color: #4ED8D3;
}
</style>
border-color css
<style>
span { border-color: #4ED8D3; }
span { border-color: rgb(78,216,211); }
td.TdClassName
{
border-color: #4ED8D3;
}
.TagClassName
{
border-color: #4ED8D3;
}
</style>