Shades of Medium Turquoise #4ED3DE
Tints of Medium Turquoise #4ED3DE
RGB
CMYK
RGB Variations
Color information
#4ED3DE (or 0x4ED3DE) is known color: Medium Turquoise. HEX triplet: 4E, D3 and DE. RGB value is (78,211,222). Sum of RGB (Red+Green+Blue) = 78+211+222=511 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.26% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #4ED3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED3DE is #B12C21. Grayscale: #ACACAC. Windows color (decimal): -11611170 or 14603086. OLE color: 14603086.
HSL color Cylindrical-coordinate representation of color #4ED3DE: hue angle of 184.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ED3DE is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 211 | 222 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.13 |
| HSL | 184.58º | 0.69% | 0.59% | - |
| HSV(B) | 184.58º | 0.65% | 0.87% | - |
| XYZ | 39.62 | 53.48 | 77.34 | - |
| YUV | 172.49 | 155.94 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 211 | 222 | 0.65 | 0.05 | 0 | 0.13 | 184.58 | 0.69 | 0.59 |
| Hex | 4E | D3 | DE | 41 | 5 | 0 | D | B9 | 45 | 3B |
| Octal | 116 | 323 | 336 | 101 | 5 | 0 | 15 | 271 | 105 | 73 |
| Binary | 1001110 | 11010011 | 11011110 | 1000001 | 101 | 0 | 1101 | 10111001 | 1000101 | 111011 |
Color Harmonies of #4ED3DE
Complementary color
Monochromatic Colors of #4ED3DE
Black with #4ED3DE
Text Example
Text Example
White with #4ED3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED3DE; }
p { color: rgb(78,211,222); }
H1.HeaderClassName
{
color: #4ED3DE;
}
.AnyTagClassName
{
color: #4ED3DE;
}
</style>
background-color css
<style>
a { background-color: #4ED3DE; }
a { background-color: rgb(78,211,222); }
div.DivClassName
{
background-color: #4ED3DE;
}
.BgClassName
{
background-color: #4ED3DE;
}
</style>
border-color css
<style>
span { border-color: #4ED3DE; }
span { border-color: rgb(78,211,222); }
td.TdClassName
{
border-color: #4ED3DE;
}
.TagClassName
{
border-color: #4ED3DE;
}
</style>