Shades of Turquoise #4EEDD2
Tints of Turquoise #4EEDD2
RGB
CMYK
RGB Variations
Color information
#4EEDD2 (or 0x4EEDD2) is known color: Turquoise. HEX triplet: 4E, ED and D2. RGB value is (78,237,210). Sum of RGB (Red+Green+Blue) = 78+237+210=525 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.86% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDD2 is #B1122D. Grayscale: #BABABA. Windows color (decimal): -11604526 or 13823310. OLE color: 13823310.
HSL color Cylindrical-coordinate representation of color #4EEDD2: hue angle of 169.81º 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 #4EEDD2 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 210 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.07 |
| HSL | 169.81º | 0.82% | 0.62% | - |
| HSV(B) | 169.81º | 0.67% | 0.93% | - |
| XYZ | 45.06 | 66.84 | 71.5 | - |
| YUV | 186.38 | 141.32 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 210 | 0.67 | 0 | 0.11 | 0.07 | 169.81 | 0.82 | 0.62 |
| Hex | 4E | ED | D2 | 43 | 0 | B | 7 | AA | 52 | 3E |
| Octal | 116 | 355 | 322 | 103 | 0 | 13 | 7 | 252 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11010010 | 1000011 | 0 | 1011 | 111 | 10101010 | 1010010 | 111110 |
Color Harmonies of #4EEDD2
Complementary color
Monochromatic Colors of #4EEDD2
Black with #4EEDD2
Text Example
Text Example
White with #4EEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDD2; }
p { color: rgb(78,237,210); }
H1.HeaderClassName
{
color: #4EEDD2;
}
.AnyTagClassName
{
color: #4EEDD2;
}
</style>
background-color css
<style>
a { background-color: #4EEDD2; }
a { background-color: rgb(78,237,210); }
div.DivClassName
{
background-color: #4EEDD2;
}
.BgClassName
{
background-color: #4EEDD2;
}
</style>
border-color css
<style>
span { border-color: #4EEDD2; }
span { border-color: rgb(78,237,210); }
td.TdClassName
{
border-color: #4EEDD2;
}
.TagClassName
{
border-color: #4EEDD2;
}
</style>