Shades of Turquoise #4EEDE1
Tints of Turquoise #4EEDE1
RGB
CMYK
RGB Variations
Color information
#4EEDE1 (or 0x4EEDE1) is known color: Turquoise. HEX triplet: 4E, ED and E1. RGB value is (78,237,225). Sum of RGB (Red+Green+Blue) = 78+237+225=540 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.44% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDE1 is #B1121E. Grayscale: #BBBBBB. Windows color (decimal): -11604511 or 14806350. OLE color: 14806350.
HSL color Cylindrical-coordinate representation of color #4EEDE1: hue angle of 175.47º 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 #4EEDE1 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 225 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.07 |
| HSL | 175.47º | 0.82% | 0.62% | - |
| HSV(B) | 175.47º | 0.67% | 0.93% | - |
| XYZ | 47.02 | 67.62 | 81.81 | - |
| YUV | 188.09 | 148.82 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 225 | 0.67 | 0 | 0.05 | 0.07 | 175.47 | 0.82 | 0.62 |
| Hex | 4E | ED | E1 | 43 | 0 | 5 | 7 | AF | 52 | 3E |
| Octal | 116 | 355 | 341 | 103 | 0 | 5 | 7 | 257 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11100001 | 1000011 | 0 | 101 | 111 | 10101111 | 1010010 | 111110 |
Color Harmonies of #4EEDE1
Complementary color
Monochromatic Colors of #4EEDE1
Black with #4EEDE1
Text Example
Text Example
White with #4EEDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDE1; }
p { color: rgb(78,237,225); }
H1.HeaderClassName
{
color: #4EEDE1;
}
.AnyTagClassName
{
color: #4EEDE1;
}
</style>
background-color css
<style>
a { background-color: #4EEDE1; }
a { background-color: rgb(78,237,225); }
div.DivClassName
{
background-color: #4EEDE1;
}
.BgClassName
{
background-color: #4EEDE1;
}
</style>
border-color css
<style>
span { border-color: #4EEDE1; }
span { border-color: rgb(78,237,225); }
td.TdClassName
{
border-color: #4EEDE1;
}
.TagClassName
{
border-color: #4EEDE1;
}
</style>