Shades of Turquoise #4EE3DA
Tints of Turquoise #4EE3DA
RGB
CMYK
RGB Variations
Color information
#4EE3DA (or 0x4EE3DA) is known color: Turquoise. HEX triplet: 4E, E3 and DA. RGB value is (78,227,218). Sum of RGB (Red+Green+Blue) = 78+227+218=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE3DA is #B11C25. Grayscale: #B5B5B5. Windows color (decimal): -11607078 or 14345038. OLE color: 14345038.
HSL color Cylindrical-coordinate representation of color #4EE3DA: hue angle of 176.38º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE3DA is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 227 | 218 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.11 |
| HSL | 176.38º | 0.73% | 0.6% | - |
| HSV(B) | 176.38º | 0.66% | 0.89% | - |
| XYZ | 43.27 | 61.62 | 75.94 | - |
| YUV | 181.42 | 148.64 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 218 | 0.66 | 0 | 0.04 | 0.11 | 176.38 | 0.73 | 0.6 |
| Hex | 4E | E3 | DA | 42 | 0 | 4 | B | B0 | 49 | 3C |
| Octal | 116 | 343 | 332 | 102 | 0 | 4 | 13 | 260 | 111 | 74 |
| Binary | 1001110 | 11100011 | 11011010 | 1000010 | 0 | 100 | 1011 | 10110000 | 1001001 | 111100 |
Color Harmonies of #4EE3DA
Complementary color
Monochromatic Colors of #4EE3DA
Black with #4EE3DA
Text Example
Text Example
White with #4EE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE3DA; }
p { color: rgb(78,227,218); }
H1.HeaderClassName
{
color: #4EE3DA;
}
.AnyTagClassName
{
color: #4EE3DA;
}
</style>
background-color css
<style>
a { background-color: #4EE3DA; }
a { background-color: rgb(78,227,218); }
div.DivClassName
{
background-color: #4EE3DA;
}
.BgClassName
{
background-color: #4EE3DA;
}
</style>
border-color css
<style>
span { border-color: #4EE3DA; }
span { border-color: rgb(78,227,218); }
td.TdClassName
{
border-color: #4EE3DA;
}
.TagClassName
{
border-color: #4EE3DA;
}
</style>