Shades of Turquoise #4EEDE2
Tints of Turquoise #4EEDE2
RGB
CMYK
RGB Variations
Color information
#4EEDE2 (or 0x4EEDE2) is known color: Turquoise. HEX triplet: 4E, ED and E2. RGB value is (78,237,226). Sum of RGB (Red+Green+Blue) = 78+237+226=541 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.42% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDE2 is #B1121D. Grayscale: #BCBCBC. Windows color (decimal): -11604510 or 14871886. OLE color: 14871886.
HSL color Cylindrical-coordinate representation of color #4EEDE2: hue angle of 175.85º 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 #4EEDE2 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 226 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.07 |
| HSL | 175.85º | 0.82% | 0.62% | - |
| HSV(B) | 175.85º | 0.67% | 0.93% | - |
| XYZ | 47.15 | 67.68 | 82.53 | - |
| YUV | 188.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 226 | 0.67 | 0 | 0.05 | 0.07 | 175.85 | 0.82 | 0.62 |
| Hex | 4E | ED | E2 | 43 | 0 | 5 | 7 | B0 | 52 | 3E |
| Octal | 116 | 355 | 342 | 103 | 0 | 5 | 7 | 260 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11100010 | 1000011 | 0 | 101 | 111 | 10110000 | 1010010 | 111110 |
Color Harmonies of #4EEDE2
Complementary color
Monochromatic Colors of #4EEDE2
Black with #4EEDE2
Text Example
Text Example
White with #4EEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDE2; }
p { color: rgb(78,237,226); }
H1.HeaderClassName
{
color: #4EEDE2;
}
.AnyTagClassName
{
color: #4EEDE2;
}
</style>
background-color css
<style>
a { background-color: #4EEDE2; }
a { background-color: rgb(78,237,226); }
div.DivClassName
{
background-color: #4EEDE2;
}
.BgClassName
{
background-color: #4EEDE2;
}
</style>
border-color css
<style>
span { border-color: #4EEDE2; }
span { border-color: rgb(78,237,226); }
td.TdClassName
{
border-color: #4EEDE2;
}
.TagClassName
{
border-color: #4EEDE2;
}
</style>