Shades of Turquoise #4EDFC0
Tints of Turquoise #4EDFC0
RGB
CMYK
RGB Variations
Color information
#4EDFC0 (or 0x4EDFC0) is known color: Turquoise. HEX triplet: 4E, DF and C0. RGB value is (78,223,192). Sum of RGB (Red+Green+Blue) = 78+223+192=493 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.82% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFC0 is #B1203F. Grayscale: #B0B0B0. Windows color (decimal): -11608128 or 12640078. OLE color: 12640078.
HSL color Cylindrical-coordinate representation of color #4EDFC0: hue angle of 167.17º 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 #4EDFC0 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 223 | 192 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.13 |
| HSL | 167.17º | 0.69% | 0.59% | - |
| HSV(B) | 167.17º | 0.65% | 0.87% | - |
| XYZ | 39.04 | 58.2 | 59.05 | - |
| YUV | 176.11 | 136.96 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 192 | 0.65 | 0 | 0.14 | 0.13 | 167.17 | 0.69 | 0.59 |
| Hex | 4E | DF | C0 | 41 | 0 | E | D | A7 | 45 | 3B |
| Octal | 116 | 337 | 300 | 101 | 0 | 16 | 15 | 247 | 105 | 73 |
| Binary | 1001110 | 11011111 | 11000000 | 1000001 | 0 | 1110 | 1101 | 10100111 | 1000101 | 111011 |
Color Harmonies of #4EDFC0
Complementary color
Monochromatic Colors of #4EDFC0
Black with #4EDFC0
Text Example
Text Example
White with #4EDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDFC0; }
p { color: rgb(78,223,192); }
H1.HeaderClassName
{
color: #4EDFC0;
}
.AnyTagClassName
{
color: #4EDFC0;
}
</style>
background-color css
<style>
a { background-color: #4EDFC0; }
a { background-color: rgb(78,223,192); }
div.DivClassName
{
background-color: #4EDFC0;
}
.BgClassName
{
background-color: #4EDFC0;
}
</style>
border-color css
<style>
span { border-color: #4EDFC0; }
span { border-color: rgb(78,223,192); }
td.TdClassName
{
border-color: #4EDFC0;
}
.TagClassName
{
border-color: #4EDFC0;
}
</style>