Shades of Turquoise #4EEDD5
Tints of Turquoise #4EEDD5
RGB
CMYK
RGB Variations
Color information
#4EEDD5 (or 0x4EEDD5) is known color: Turquoise. HEX triplet: 4E, ED and D5. RGB value is (78,237,213). Sum of RGB (Red+Green+Blue) = 78+237+213=528 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.77% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDD5 is #B1122A. Grayscale: #BABABA. Windows color (decimal): -11604523 or 14019918. OLE color: 14019918.
HSL color Cylindrical-coordinate representation of color #4EEDD5: hue angle of 170.94º 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 #4EEDD5 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 213 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.07 |
| HSL | 170.94º | 0.82% | 0.62% | - |
| HSV(B) | 170.94º | 0.67% | 0.93% | - |
| XYZ | 45.44 | 66.99 | 73.49 | - |
| YUV | 186.72 | 142.82 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 213 | 0.67 | 0 | 0.10 | 0.07 | 170.94 | 0.82 | 0.62 |
| Hex | 4E | ED | D5 | 43 | 0 | A | 7 | AB | 52 | 3E |
| Octal | 116 | 355 | 325 | 103 | 0 | 12 | 7 | 253 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11010101 | 1000011 | 0 | 1010 | 111 | 10101011 | 1010010 | 111110 |
Color Harmonies of #4EEDD5
Complementary color
Monochromatic Colors of #4EEDD5
Black with #4EEDD5
Text Example
Text Example
White with #4EEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDD5; }
p { color: rgb(78,237,213); }
H1.HeaderClassName
{
color: #4EEDD5;
}
.AnyTagClassName
{
color: #4EEDD5;
}
</style>
background-color css
<style>
a { background-color: #4EEDD5; }
a { background-color: rgb(78,237,213); }
div.DivClassName
{
background-color: #4EEDD5;
}
.BgClassName
{
background-color: #4EEDD5;
}
</style>
border-color css
<style>
span { border-color: #4EEDD5; }
span { border-color: rgb(78,237,213); }
td.TdClassName
{
border-color: #4EEDD5;
}
.TagClassName
{
border-color: #4EEDD5;
}
</style>