Shades of Turquoise #4EDDCD
Tints of Turquoise #4EDDCD
RGB
CMYK
RGB Variations
Color information
#4EDDCD (or 0x4EDDCD) is known color: Turquoise. HEX triplet: 4E, DD and CD. RGB value is (78,221,205). Sum of RGB (Red+Green+Blue) = 78+221+205=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDCD is #B12232. Grayscale: #B0B0B0. Windows color (decimal): -11608627 or 13491534. OLE color: 13491534.
HSL color Cylindrical-coordinate representation of color #4EDDCD: hue angle of 173.29º 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 #4EDDCD is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 205 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.13 |
| HSL | 173.29º | 0.68% | 0.59% | - |
| HSV(B) | 173.29º | 0.65% | 0.87% | - |
| XYZ | 40.02 | 57.74 | 66.79 | - |
| YUV | 176.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 205 | 0.65 | 0 | 0.07 | 0.13 | 173.29 | 0.68 | 0.59 |
| Hex | 4E | DD | CD | 41 | 0 | 7 | D | AD | 44 | 3B |
| Octal | 116 | 335 | 315 | 101 | 0 | 7 | 15 | 255 | 104 | 73 |
| Binary | 1001110 | 11011101 | 11001101 | 1000001 | 0 | 111 | 1101 | 10101101 | 1000100 | 111011 |
Color Harmonies of #4EDDCD
Complementary color
Monochromatic Colors of #4EDDCD
Black with #4EDDCD
Text Example
Text Example
White with #4EDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDCD; }
p { color: rgb(78,221,205); }
H1.HeaderClassName
{
color: #4EDDCD;
}
.AnyTagClassName
{
color: #4EDDCD;
}
</style>
background-color css
<style>
a { background-color: #4EDDCD; }
a { background-color: rgb(78,221,205); }
div.DivClassName
{
background-color: #4EDDCD;
}
.BgClassName
{
background-color: #4EDDCD;
}
</style>
border-color css
<style>
span { border-color: #4EDDCD; }
span { border-color: rgb(78,221,205); }
td.TdClassName
{
border-color: #4EDDCD;
}
.TagClassName
{
border-color: #4EDDCD;
}
</style>