Shades of Turquoise #4EEDD0
Tints of Turquoise #4EEDD0
RGB
CMYK
RGB Variations
Color information
#4EEDD0 (or 0x4EEDD0) is known color: Turquoise. HEX triplet: 4E, ED and D0. RGB value is (78,237,208). Sum of RGB (Red+Green+Blue) = 78+237+208=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDD0 is #B1122F. Grayscale: #BABABA. Windows color (decimal): -11604528 or 13692238. OLE color: 13692238.
HSL color Cylindrical-coordinate representation of color #4EEDD0: hue angle of 169.06º 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 #4EEDD0 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 208 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.07 |
| HSL | 169.06º | 0.82% | 0.62% | - |
| HSV(B) | 169.06º | 0.67% | 0.93% | - |
| XYZ | 44.81 | 66.74 | 70.2 | - |
| YUV | 186.15 | 140.32 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 208 | 0.67 | 0 | 0.12 | 0.07 | 169.06 | 0.82 | 0.62 |
| Hex | 4E | ED | D0 | 43 | 0 | C | 7 | A9 | 52 | 3E |
| Octal | 116 | 355 | 320 | 103 | 0 | 14 | 7 | 251 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11010000 | 1000011 | 0 | 1100 | 111 | 10101001 | 1010010 | 111110 |
Color Harmonies of #4EEDD0
Complementary color
Monochromatic Colors of #4EEDD0
Black with #4EEDD0
Text Example
Text Example
White with #4EEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDD0; }
p { color: rgb(78,237,208); }
H1.HeaderClassName
{
color: #4EEDD0;
}
.AnyTagClassName
{
color: #4EEDD0;
}
</style>
background-color css
<style>
a { background-color: #4EEDD0; }
a { background-color: rgb(78,237,208); }
div.DivClassName
{
background-color: #4EEDD0;
}
.BgClassName
{
background-color: #4EEDD0;
}
</style>
border-color css
<style>
span { border-color: #4EEDD0; }
span { border-color: rgb(78,237,208); }
td.TdClassName
{
border-color: #4EEDD0;
}
.TagClassName
{
border-color: #4EEDD0;
}
</style>