Shades of Turquoise #4EDEBC
Tints of Turquoise #4EDEBC
RGB
CMYK
RGB Variations
Color information
#4EDEBC (or 0x4EDEBC) is known color: Turquoise. HEX triplet: 4E, DE and BC. RGB value is (78,222,188). Sum of RGB (Red+Green+Blue) = 78+222+188=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDEBC is #B12143. Grayscale: #AFAFAF. Windows color (decimal): -11608388 or 12377678. OLE color: 12377678.
HSL color Cylindrical-coordinate representation of color #4EDEBC: hue angle of 165.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDEBC is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 188 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.13 |
| HSL | 165.83º | 0.69% | 0.59% | - |
| HSV(B) | 165.83º | 0.65% | 0.87% | - |
| XYZ | 38.34 | 57.49 | 56.65 | - |
| YUV | 175.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 188 | 0.65 | 0 | 0.15 | 0.13 | 165.83 | 0.69 | 0.59 |
| Hex | 4E | DE | BC | 41 | 0 | F | D | A6 | 45 | 3B |
| Octal | 116 | 336 | 274 | 101 | 0 | 17 | 15 | 246 | 105 | 73 |
| Binary | 1001110 | 11011110 | 10111100 | 1000001 | 0 | 1111 | 1101 | 10100110 | 1000101 | 111011 |
Color Harmonies of #4EDEBC
Complementary color
Monochromatic Colors of #4EDEBC
Black with #4EDEBC
Text Example
Text Example
White with #4EDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEBC; }
p { color: rgb(78,222,188); }
H1.HeaderClassName
{
color: #4EDEBC;
}
.AnyTagClassName
{
color: #4EDEBC;
}
</style>
background-color css
<style>
a { background-color: #4EDEBC; }
a { background-color: rgb(78,222,188); }
div.DivClassName
{
background-color: #4EDEBC;
}
.BgClassName
{
background-color: #4EDEBC;
}
</style>
border-color css
<style>
span { border-color: #4EDEBC; }
span { border-color: rgb(78,222,188); }
td.TdClassName
{
border-color: #4EDEBC;
}
.TagClassName
{
border-color: #4EDEBC;
}
</style>