Shades of Turquoise #4EEDDD
Tints of Turquoise #4EEDDD
RGB
CMYK
RGB Variations
Color information
#4EEDDD (or 0x4EEDDD) is known color: Turquoise. HEX triplet: 4E, ED and DD. RGB value is (78,237,221). Sum of RGB (Red+Green+Blue) = 78+237+221=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDDD is #B11222. Grayscale: #BBBBBB. Windows color (decimal): -11604515 or 14544206. OLE color: 14544206.
HSL color Cylindrical-coordinate representation of color #4EEDDD: hue angle of 173.96º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEDDD is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 221 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.07 |
| HSL | 173.96º | 0.82% | 0.62% | - |
| HSV(B) | 173.96º | 0.67% | 0.93% | - |
| XYZ | 46.48 | 67.41 | 78.97 | - |
| YUV | 187.64 | 146.82 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 221 | 0.67 | 0 | 0.07 | 0.07 | 173.96 | 0.82 | 0.62 |
| Hex | 4E | ED | DD | 43 | 0 | 7 | 7 | AE | 52 | 3E |
| Octal | 116 | 355 | 335 | 103 | 0 | 7 | 7 | 256 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11011101 | 1000011 | 0 | 111 | 111 | 10101110 | 1010010 | 111110 |
Color Harmonies of #4EEDDD
Complementary color
Monochromatic Colors of #4EEDDD
Black with #4EEDDD
Text Example
Text Example
White with #4EEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDDD; }
p { color: rgb(78,237,221); }
H1.HeaderClassName
{
color: #4EEDDD;
}
.AnyTagClassName
{
color: #4EEDDD;
}
</style>
background-color css
<style>
a { background-color: #4EEDDD; }
a { background-color: rgb(78,237,221); }
div.DivClassName
{
background-color: #4EEDDD;
}
.BgClassName
{
background-color: #4EEDDD;
}
</style>
border-color css
<style>
span { border-color: #4EEDDD; }
span { border-color: rgb(78,237,221); }
td.TdClassName
{
border-color: #4EEDDD;
}
.TagClassName
{
border-color: #4EEDDD;
}
</style>