Shades of Turquoise #4EDDD3
Tints of Turquoise #4EDDD3
RGB
CMYK
RGB Variations
Color information
#4EDDD3 (or 0x4EDDD3) is known color: Turquoise. HEX triplet: 4E, DD and D3. RGB value is (78,221,211). Sum of RGB (Red+Green+Blue) = 78+221+211=510 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.29% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDD3 is #B1222C. Grayscale: #B1B1B1. Windows color (decimal): -11608621 or 13884750. OLE color: 13884750.
HSL color Cylindrical-coordinate representation of color #4EDDD3: hue angle of 175.8º degrees, saturation: 0.68, 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 #4EDDD3 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 211 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.13 |
| HSL | 175.8º | 0.68% | 0.59% | - |
| HSV(B) | 175.8º | 0.65% | 0.87% | - |
| XYZ | 40.76 | 58.04 | 70.68 | - |
| YUV | 177.1 | 147.12 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 211 | 0.65 | 0 | 0.05 | 0.13 | 175.8 | 0.68 | 0.59 |
| Hex | 4E | DD | D3 | 41 | 0 | 5 | D | B0 | 44 | 3B |
| Octal | 116 | 335 | 323 | 101 | 0 | 5 | 15 | 260 | 104 | 73 |
| Binary | 1001110 | 11011101 | 11010011 | 1000001 | 0 | 101 | 1101 | 10110000 | 1000100 | 111011 |
Color Harmonies of #4EDDD3
Complementary color
Monochromatic Colors of #4EDDD3
Black with #4EDDD3
Text Example
Text Example
White with #4EDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDD3; }
p { color: rgb(78,221,211); }
H1.HeaderClassName
{
color: #4EDDD3;
}
.AnyTagClassName
{
color: #4EDDD3;
}
</style>
background-color css
<style>
a { background-color: #4EDDD3; }
a { background-color: rgb(78,221,211); }
div.DivClassName
{
background-color: #4EDDD3;
}
.BgClassName
{
background-color: #4EDDD3;
}
</style>
border-color css
<style>
span { border-color: #4EDDD3; }
span { border-color: rgb(78,221,211); }
td.TdClassName
{
border-color: #4EDDD3;
}
.TagClassName
{
border-color: #4EDDD3;
}
</style>