Shades of Turquoise #4EECDA
Tints of Turquoise #4EECDA
RGB
CMYK
RGB Variations
Color information
#4EECDA (or 0x4EECDA) is known color: Turquoise. HEX triplet: 4E, EC and DA. RGB value is (78,236,218). Sum of RGB (Red+Green+Blue) = 78+236+218=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECDA is #B11325. Grayscale: #BABABA. Windows color (decimal): -11604774 or 14347342. OLE color: 14347342.
HSL color Cylindrical-coordinate representation of color #4EECDA: hue angle of 173.16º 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 #4EECDA is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 218 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.07 |
| HSL | 173.16º | 0.81% | 0.62% | - |
| HSV(B) | 173.16º | 0.67% | 0.93% | - |
| XYZ | 45.79 | 66.67 | 76.79 | - |
| YUV | 186.71 | 145.65 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 218 | 0.67 | 0 | 0.08 | 0.07 | 173.16 | 0.81 | 0.62 |
| Hex | 4E | EC | DA | 43 | 0 | 8 | 7 | AD | 51 | 3E |
| Octal | 116 | 354 | 332 | 103 | 0 | 10 | 7 | 255 | 121 | 76 |
| Binary | 1001110 | 11101100 | 11011010 | 1000011 | 0 | 1000 | 111 | 10101101 | 1010001 | 111110 |
Color Harmonies of #4EECDA
Complementary color
Monochromatic Colors of #4EECDA
Black with #4EECDA
Text Example
Text Example
White with #4EECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EECDA; }
p { color: rgb(78,236,218); }
H1.HeaderClassName
{
color: #4EECDA;
}
.AnyTagClassName
{
color: #4EECDA;
}
</style>
background-color css
<style>
a { background-color: #4EECDA; }
a { background-color: rgb(78,236,218); }
div.DivClassName
{
background-color: #4EECDA;
}
.BgClassName
{
background-color: #4EECDA;
}
</style>
border-color css
<style>
span { border-color: #4EECDA; }
span { border-color: rgb(78,236,218); }
td.TdClassName
{
border-color: #4EECDA;
}
.TagClassName
{
border-color: #4EECDA;
}
</style>