Shades of Turquoise #4EECDD
Tints of Turquoise #4EECDD
RGB
CMYK
RGB Variations
Color information
#4EECDD (or 0x4EECDD) is known color: Turquoise. HEX triplet: 4E, EC and DD. RGB value is (78,236,221). Sum of RGB (Red+Green+Blue) = 78+236+221=535 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.58% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECDD is #B11322. Grayscale: #BABABA. Windows color (decimal): -11604771 or 14543950. OLE color: 14543950.
HSL color Cylindrical-coordinate representation of color #4EECDD: hue angle of 174.3º degrees, saturation: 0.81, 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 #4EECDD is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 221 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.07 |
| HSL | 174.3º | 0.81% | 0.62% | - |
| HSV(B) | 174.3º | 0.67% | 0.93% | - |
| XYZ | 46.19 | 66.83 | 78.87 | - |
| YUV | 187.05 | 147.15 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 221 | 0.67 | 0 | 0.06 | 0.07 | 174.3 | 0.81 | 0.62 |
| Hex | 4E | EC | DD | 43 | 0 | 6 | 7 | AE | 51 | 3E |
| Octal | 116 | 354 | 335 | 103 | 0 | 6 | 7 | 256 | 121 | 76 |
| Binary | 1001110 | 11101100 | 11011101 | 1000011 | 0 | 110 | 111 | 10101110 | 1010001 | 111110 |
Color Harmonies of #4EECDD
Complementary color
Monochromatic Colors of #4EECDD
Black with #4EECDD
Text Example
Text Example
White with #4EECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EECDD; }
p { color: rgb(78,236,221); }
H1.HeaderClassName
{
color: #4EECDD;
}
.AnyTagClassName
{
color: #4EECDD;
}
</style>
background-color css
<style>
a { background-color: #4EECDD; }
a { background-color: rgb(78,236,221); }
div.DivClassName
{
background-color: #4EECDD;
}
.BgClassName
{
background-color: #4EECDD;
}
</style>
border-color css
<style>
span { border-color: #4EECDD; }
span { border-color: rgb(78,236,221); }
td.TdClassName
{
border-color: #4EECDD;
}
.TagClassName
{
border-color: #4EECDD;
}
</style>