Shades of Turquoise #4EEEDA
Tints of Turquoise #4EEEDA
RGB
CMYK
RGB Variations
Color information
#4EEEDA (or 0x4EEEDA) is known color: Turquoise. HEX triplet: 4E, EE and DA. RGB value is (78,238,218). Sum of RGB (Red+Green+Blue) = 78+238+218=534 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.61% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEDA is #B11125. Grayscale: #BBBBBB. Windows color (decimal): -11604262 or 14347854. OLE color: 14347854.
HSL color Cylindrical-coordinate representation of color #4EEEDA: hue angle of 172.5º degrees, saturation: 0.82, 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 #4EEEDA is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 218 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.07 |
| HSL | 172.5º | 0.82% | 0.62% | - |
| HSV(B) | 172.5º | 0.67% | 0.93% | - |
| XYZ | 46.37 | 67.83 | 76.98 | - |
| YUV | 187.88 | 144.99 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 218 | 0.67 | 0 | 0.08 | 0.07 | 172.5 | 0.82 | 0.62 |
| Hex | 4E | EE | DA | 43 | 0 | 8 | 7 | AC | 52 | 3E |
| Octal | 116 | 356 | 332 | 103 | 0 | 10 | 7 | 254 | 122 | 76 |
| Binary | 1001110 | 11101110 | 11011010 | 1000011 | 0 | 1000 | 111 | 10101100 | 1010010 | 111110 |
Color Harmonies of #4EEEDA
Complementary color
Monochromatic Colors of #4EEEDA
Black with #4EEEDA
Text Example
Text Example
White with #4EEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEEDA; }
p { color: rgb(78,238,218); }
H1.HeaderClassName
{
color: #4EEEDA;
}
.AnyTagClassName
{
color: #4EEEDA;
}
</style>
background-color css
<style>
a { background-color: #4EEEDA; }
a { background-color: rgb(78,238,218); }
div.DivClassName
{
background-color: #4EEEDA;
}
.BgClassName
{
background-color: #4EEEDA;
}
</style>
border-color css
<style>
span { border-color: #4EEEDA; }
span { border-color: rgb(78,238,218); }
td.TdClassName
{
border-color: #4EEEDA;
}
.TagClassName
{
border-color: #4EEEDA;
}
</style>