Shades of Turquoise #4EDDD0
Tints of Turquoise #4EDDD0
RGB
CMYK
RGB Variations
Color information
#4EDDD0 (or 0x4EDDD0) is known color: Turquoise. HEX triplet: 4E, DD and D0. RGB value is (78,221,208). Sum of RGB (Red+Green+Blue) = 78+221+208=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDD0 is #B1222F. Grayscale: #B0B0B0. Windows color (decimal): -11608624 or 13688142. OLE color: 13688142.
HSL color Cylindrical-coordinate representation of color #4EDDD0: hue angle of 174.55º 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 #4EDDD0 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 208 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.13 |
| HSL | 174.55º | 0.68% | 0.59% | - |
| HSV(B) | 174.55º | 0.65% | 0.87% | - |
| XYZ | 40.38 | 57.89 | 68.72 | - |
| YUV | 176.76 | 145.62 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 208 | 0.65 | 0 | 0.06 | 0.13 | 174.55 | 0.68 | 0.59 |
| Hex | 4E | DD | D0 | 41 | 0 | 6 | D | AF | 44 | 3B |
| Octal | 116 | 335 | 320 | 101 | 0 | 6 | 15 | 257 | 104 | 73 |
| Binary | 1001110 | 11011101 | 11010000 | 1000001 | 0 | 110 | 1101 | 10101111 | 1000100 | 111011 |
Color Harmonies of #4EDDD0
Complementary color
Monochromatic Colors of #4EDDD0
Black with #4EDDD0
Text Example
Text Example
White with #4EDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDD0; }
p { color: rgb(78,221,208); }
H1.HeaderClassName
{
color: #4EDDD0;
}
.AnyTagClassName
{
color: #4EDDD0;
}
</style>
background-color css
<style>
a { background-color: #4EDDD0; }
a { background-color: rgb(78,221,208); }
div.DivClassName
{
background-color: #4EDDD0;
}
.BgClassName
{
background-color: #4EDDD0;
}
</style>
border-color css
<style>
span { border-color: #4EDDD0; }
span { border-color: rgb(78,221,208); }
td.TdClassName
{
border-color: #4EDDD0;
}
.TagClassName
{
border-color: #4EDDD0;
}
</style>