Shades of Medium Turquoise #4ED3B8
Tints of Medium Turquoise #4ED3B8
RGB
CMYK
RGB Variations
Color information
#4ED3B8 (or 0x4ED3B8) is known color: Medium Turquoise. HEX triplet: 4E, D3 and B8. RGB value is (78,211,184). Sum of RGB (Red+Green+Blue) = 78+211+184=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #4ED3B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED3B8 is #B12C47. Grayscale: #A8A8A8. Windows color (decimal): -11611208 or 12112718. OLE color: 12112718.
HSL color Cylindrical-coordinate representation of color #4ED3B8: hue angle of 167.82º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED3B8 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 211 | 184 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.17 |
| HSL | 167.82º | 0.6% | 0.57% | - |
| HSV(B) | 167.82º | 0.63% | 0.83% | - |
| XYZ | 35.09 | 51.67 | 53.47 | - |
| YUV | 168.16 | 136.94 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 211 | 184 | 0.63 | 0 | 0.13 | 0.17 | 167.82 | 0.6 | 0.57 |
| Hex | 4E | D3 | B8 | 3F | 0 | D | 11 | A8 | 3C | 39 |
| Octal | 116 | 323 | 270 | 77 | 0 | 15 | 21 | 250 | 74 | 71 |
| Binary | 1001110 | 11010011 | 10111000 | 111111 | 0 | 1101 | 10001 | 10101000 | 111100 | 111001 |
Color Harmonies of #4ED3B8
Complementary color
Monochromatic Colors of #4ED3B8
Black with #4ED3B8
Text Example
Text Example
White with #4ED3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED3B8; }
p { color: rgb(78,211,184); }
H1.HeaderClassName
{
color: #4ED3B8;
}
.AnyTagClassName
{
color: #4ED3B8;
}
</style>
background-color css
<style>
a { background-color: #4ED3B8; }
a { background-color: rgb(78,211,184); }
div.DivClassName
{
background-color: #4ED3B8;
}
.BgClassName
{
background-color: #4ED3B8;
}
</style>
border-color css
<style>
span { border-color: #4ED3B8; }
span { border-color: rgb(78,211,184); }
td.TdClassName
{
border-color: #4ED3B8;
}
.TagClassName
{
border-color: #4ED3B8;
}
</style>