Shades of Turquoise #4EDFD9
Tints of Turquoise #4EDFD9
RGB
CMYK
RGB Variations
Color information
#4EDFD9 (or 0x4EDFD9) is known color: Turquoise. HEX triplet: 4E, DF and D9. RGB value is (78,223,217). Sum of RGB (Red+Green+Blue) = 78+223+217=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFD9 is #B12026. Grayscale: #B2B2B2. Windows color (decimal): -11608103 or 14278478. OLE color: 14278478.
HSL color Cylindrical-coordinate representation of color #4EDFD9: hue angle of 177.52º 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 #4EDFD9 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 223 | 217 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.13 |
| HSL | 177.52º | 0.69% | 0.59% | - |
| HSV(B) | 177.52º | 0.65% | 0.87% | - |
| XYZ | 42.05 | 59.4 | 74.9 | - |
| YUV | 178.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 217 | 0.65 | 0 | 0.03 | 0.13 | 177.52 | 0.69 | 0.59 |
| Hex | 4E | DF | D9 | 41 | 0 | 3 | D | B2 | 45 | 3B |
| Octal | 116 | 337 | 331 | 101 | 0 | 3 | 15 | 262 | 105 | 73 |
| Binary | 1001110 | 11011111 | 11011001 | 1000001 | 0 | 11 | 1101 | 10110010 | 1000101 | 111011 |
Color Harmonies of #4EDFD9
Complementary color
Monochromatic Colors of #4EDFD9
Black with #4EDFD9
Text Example
Text Example
White with #4EDFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDFD9; }
p { color: rgb(78,223,217); }
H1.HeaderClassName
{
color: #4EDFD9;
}
.AnyTagClassName
{
color: #4EDFD9;
}
</style>
background-color css
<style>
a { background-color: #4EDFD9; }
a { background-color: rgb(78,223,217); }
div.DivClassName
{
background-color: #4EDFD9;
}
.BgClassName
{
background-color: #4EDFD9;
}
</style>
border-color css
<style>
span { border-color: #4EDFD9; }
span { border-color: rgb(78,223,217); }
td.TdClassName
{
border-color: #4EDFD9;
}
.TagClassName
{
border-color: #4EDFD9;
}
</style>