Shades of Turquoise #4EEACD
Tints of Turquoise #4EEACD
RGB
CMYK
RGB Variations
Color information
#4EEACD (or 0x4EEACD) is known color: Turquoise. HEX triplet: 4E, EA and CD. RGB value is (78,234,205). Sum of RGB (Red+Green+Blue) = 78+234+205=517 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.09% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEACD is #B11532. Grayscale: #B8B8B8. Windows color (decimal): -11605299 or 13494862. OLE color: 13494862.
HSL color Cylindrical-coordinate representation of color #4EEACD: hue angle of 168.85º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEACD is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 205 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.08 |
| HSL | 168.85º | 0.79% | 0.61% | - |
| HSV(B) | 168.85º | 0.67% | 0.92% | - |
| XYZ | 43.58 | 64.87 | 67.98 | - |
| YUV | 184.05 | 139.82 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 205 | 0.67 | 0 | 0.12 | 0.08 | 168.85 | 0.79 | 0.61 |
| Hex | 4E | EA | CD | 43 | 0 | C | 8 | A9 | 4F | 3D |
| Octal | 116 | 352 | 315 | 103 | 0 | 14 | 10 | 251 | 117 | 75 |
| Binary | 1001110 | 11101010 | 11001101 | 1000011 | 0 | 1100 | 1000 | 10101001 | 1001111 | 111101 |
Color Harmonies of #4EEACD
Complementary color
Monochromatic Colors of #4EEACD
Black with #4EEACD
Text Example
Text Example
White with #4EEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEACD; }
p { color: rgb(78,234,205); }
H1.HeaderClassName
{
color: #4EEACD;
}
.AnyTagClassName
{
color: #4EEACD;
}
</style>
background-color css
<style>
a { background-color: #4EEACD; }
a { background-color: rgb(78,234,205); }
div.DivClassName
{
background-color: #4EEACD;
}
.BgClassName
{
background-color: #4EEACD;
}
</style>
border-color css
<style>
span { border-color: #4EEACD; }
span { border-color: rgb(78,234,205); }
td.TdClassName
{
border-color: #4EEACD;
}
.TagClassName
{
border-color: #4EEACD;
}
</style>