Shades of Turquoise #4EEDD8
Tints of Turquoise #4EEDD8
RGB
CMYK
RGB Variations
Color information
#4EEDD8 (or 0x4EEDD8) is known color: Turquoise. HEX triplet: 4E, ED and D8. RGB value is (78,237,216). Sum of RGB (Red+Green+Blue) = 78+237+216=531 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.69% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDD8 is #B11227. Grayscale: #BABABA. Windows color (decimal): -11604520 or 14216526. OLE color: 14216526.
HSL color Cylindrical-coordinate representation of color #4EEDD8: hue angle of 172.08º 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 #4EEDD8 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 216 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.07 |
| HSL | 172.08º | 0.82% | 0.62% | - |
| HSV(B) | 172.08º | 0.67% | 0.93% | - |
| XYZ | 45.82 | 67.15 | 75.51 | - |
| YUV | 187.07 | 144.32 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 216 | 0.67 | 0 | 0.09 | 0.07 | 172.08 | 0.82 | 0.62 |
| Hex | 4E | ED | D8 | 43 | 0 | 9 | 7 | AC | 52 | 3E |
| Octal | 116 | 355 | 330 | 103 | 0 | 11 | 7 | 254 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11011000 | 1000011 | 0 | 1001 | 111 | 10101100 | 1010010 | 111110 |
Color Harmonies of #4EEDD8
Complementary color
Monochromatic Colors of #4EEDD8
Black with #4EEDD8
Text Example
Text Example
White with #4EEDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDD8; }
p { color: rgb(78,237,216); }
H1.HeaderClassName
{
color: #4EEDD8;
}
.AnyTagClassName
{
color: #4EEDD8;
}
</style>
background-color css
<style>
a { background-color: #4EEDD8; }
a { background-color: rgb(78,237,216); }
div.DivClassName
{
background-color: #4EEDD8;
}
.BgClassName
{
background-color: #4EEDD8;
}
</style>
border-color css
<style>
span { border-color: #4EEDD8; }
span { border-color: rgb(78,237,216); }
td.TdClassName
{
border-color: #4EEDD8;
}
.TagClassName
{
border-color: #4EEDD8;
}
</style>