Shades of Turquoise #4DFEBC
Tints of Turquoise #4DFEBC
RGB
CMYK
RGB Variations
Color information
#4DFEBC (or 0x4DFEBC) is known color: Turquoise. HEX triplet: 4D, FE and BC. RGB value is (77,254,188). Sum of RGB (Red+Green+Blue) = 77+254+188=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEBC is #B20143. Grayscale: #C1C1C1. Windows color (decimal): -11665732 or 12385869. OLE color: 12385869.
HSL color Cylindrical-coordinate representation of color #4DFEBC: hue angle of 157.63º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFEBC is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 188 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.00 |
| HSL | 157.63º | 0.99% | 0.65% | - |
| HSV(B) | 157.63º | 0.7% | 1% | - |
| XYZ | 47.58 | 76.09 | 59.76 | - |
| YUV | 193.55 | 124.86 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 188 | 0.70 | 0 | 0.26 | 0.00 | 157.63 | 0.99 | 0.65 |
| Hex | 4D | FE | BC | 46 | 0 | 1A | 0 | 9E | 63 | 41 |
| Octal | 115 | 376 | 274 | 106 | 0 | 32 | 0 | 236 | 143 | 101 |
| Binary | 1001101 | 11111110 | 10111100 | 1000110 | 0 | 11010 | 0 | 10011110 | 1100011 | 1000001 |
Color Harmonies of #4DFEBC
Complementary color
Monochromatic Colors of #4DFEBC
Black with #4DFEBC
Text Example
Text Example
White with #4DFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEBC; }
p { color: rgb(77,254,188); }
H1.HeaderClassName
{
color: #4DFEBC;
}
.AnyTagClassName
{
color: #4DFEBC;
}
</style>
background-color css
<style>
a { background-color: #4DFEBC; }
a { background-color: rgb(77,254,188); }
div.DivClassName
{
background-color: #4DFEBC;
}
.BgClassName
{
background-color: #4DFEBC;
}
</style>
border-color css
<style>
span { border-color: #4DFEBC; }
span { border-color: rgb(77,254,188); }
td.TdClassName
{
border-color: #4DFEBC;
}
.TagClassName
{
border-color: #4DFEBC;
}
</style>