Shades of Turquoise #4EEDDE
Tints of Turquoise #4EEDDE
RGB
CMYK
RGB Variations
Color information
#4EEDDE (or 0x4EEDDE) is known color: Turquoise. HEX triplet: 4E, ED and DE. RGB value is (78,237,222). Sum of RGB (Red+Green+Blue) = 78+237+222=537 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.53% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDDE is #B11221. Grayscale: #BBBBBB. Windows color (decimal): -11604514 or 14609742. OLE color: 14609742.
HSL color Cylindrical-coordinate representation of color #4EEDDE: hue angle of 174.34º 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 #4EEDDE is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 222 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.07 |
| HSL | 174.34º | 0.82% | 0.62% | - |
| HSV(B) | 174.34º | 0.67% | 0.93% | - |
| XYZ | 46.61 | 67.46 | 79.67 | - |
| YUV | 187.75 | 147.32 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 222 | 0.67 | 0 | 0.06 | 0.07 | 174.34 | 0.82 | 0.62 |
| Hex | 4E | ED | DE | 43 | 0 | 6 | 7 | AE | 52 | 3E |
| Octal | 116 | 355 | 336 | 103 | 0 | 6 | 7 | 256 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11011110 | 1000011 | 0 | 110 | 111 | 10101110 | 1010010 | 111110 |
Color Harmonies of #4EEDDE
Complementary color
Monochromatic Colors of #4EEDDE
Black with #4EEDDE
Text Example
Text Example
White with #4EEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDDE; }
p { color: rgb(78,237,222); }
H1.HeaderClassName
{
color: #4EEDDE;
}
.AnyTagClassName
{
color: #4EEDDE;
}
</style>
background-color css
<style>
a { background-color: #4EEDDE; }
a { background-color: rgb(78,237,222); }
div.DivClassName
{
background-color: #4EEDDE;
}
.BgClassName
{
background-color: #4EEDDE;
}
</style>
border-color css
<style>
span { border-color: #4EEDDE; }
span { border-color: rgb(78,237,222); }
td.TdClassName
{
border-color: #4EEDDE;
}
.TagClassName
{
border-color: #4EEDDE;
}
</style>