Shades of Medium Turquoise #4EDCDF
Tints of Medium Turquoise #4EDCDF
RGB
CMYK
RGB Variations
Color information
#4EDCDF (or 0x4EDCDF) is known color: Medium Turquoise. HEX triplet: 4E, DC and DF. RGB value is (78,220,223). Sum of RGB (Red+Green+Blue) = 78+220+223=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #4EDCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCDF is #B12320. Grayscale: #B1B1B1. Windows color (decimal): -11608865 or 14670926. OLE color: 14670926.
HSL color Cylindrical-coordinate representation of color #4EDCDF: hue angle of 181.24º 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 #4EDCDF is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 220 | 223 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.13 |
| HSL | 181.24º | 0.69% | 0.59% | - |
| HSV(B) | 181.24º | 0.65% | 0.87% | - |
| XYZ | 42.05 | 58.13 | 78.82 | - |
| YUV | 177.88 | 153.46 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 223 | 0.65 | 0.01 | 0 | 0.13 | 181.24 | 0.69 | 0.59 |
| Hex | 4E | DC | DF | 41 | 1 | 0 | D | B5 | 45 | 3B |
| Octal | 116 | 334 | 337 | 101 | 1 | 0 | 15 | 265 | 105 | 73 |
| Binary | 1001110 | 11011100 | 11011111 | 1000001 | 1 | 0 | 1101 | 10110101 | 1000101 | 111011 |
Color Harmonies of #4EDCDF
Complementary color
Monochromatic Colors of #4EDCDF
Black with #4EDCDF
Text Example
Text Example
White with #4EDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDCDF; }
p { color: rgb(78,220,223); }
H1.HeaderClassName
{
color: #4EDCDF;
}
.AnyTagClassName
{
color: #4EDCDF;
}
</style>
background-color css
<style>
a { background-color: #4EDCDF; }
a { background-color: rgb(78,220,223); }
div.DivClassName
{
background-color: #4EDCDF;
}
.BgClassName
{
background-color: #4EDCDF;
}
</style>
border-color css
<style>
span { border-color: #4EDCDF; }
span { border-color: rgb(78,220,223); }
td.TdClassName
{
border-color: #4EDCDF;
}
.TagClassName
{
border-color: #4EDCDF;
}
</style>