Shades of Turquoise #4EECD3
Tints of Turquoise #4EECD3
RGB
CMYK
RGB Variations
Color information
#4EECD3 (or 0x4EECD3) is known color: Turquoise. HEX triplet: 4E, EC and D3. RGB value is (78,236,211). Sum of RGB (Red+Green+Blue) = 78+236+211=525 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.86% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECD3 is #B1132C. Grayscale: #B9B9B9. Windows color (decimal): -11604781 or 13888590. OLE color: 13888590.
HSL color Cylindrical-coordinate representation of color #4EECD3: hue angle of 170.51º 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 #4EECD3 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 211 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.07 |
| HSL | 170.51º | 0.81% | 0.62% | - |
| HSV(B) | 170.51º | 0.67% | 0.93% | - |
| XYZ | 44.9 | 66.31 | 72.06 | - |
| YUV | 185.91 | 142.15 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 211 | 0.67 | 0 | 0.11 | 0.07 | 170.51 | 0.81 | 0.62 |
| Hex | 4E | EC | D3 | 43 | 0 | B | 7 | AB | 51 | 3E |
| Octal | 116 | 354 | 323 | 103 | 0 | 13 | 7 | 253 | 121 | 76 |
| Binary | 1001110 | 11101100 | 11010011 | 1000011 | 0 | 1011 | 111 | 10101011 | 1010001 | 111110 |
Color Harmonies of #4EECD3
Complementary color
Monochromatic Colors of #4EECD3
Black with #4EECD3
Text Example
Text Example
White with #4EECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EECD3; }
p { color: rgb(78,236,211); }
H1.HeaderClassName
{
color: #4EECD3;
}
.AnyTagClassName
{
color: #4EECD3;
}
</style>
background-color css
<style>
a { background-color: #4EECD3; }
a { background-color: rgb(78,236,211); }
div.DivClassName
{
background-color: #4EECD3;
}
.BgClassName
{
background-color: #4EECD3;
}
</style>
border-color css
<style>
span { border-color: #4EECD3; }
span { border-color: rgb(78,236,211); }
td.TdClassName
{
border-color: #4EECD3;
}
.TagClassName
{
border-color: #4EECD3;
}
</style>