Shades of Turquoise #4DFEDC
Tints of Turquoise #4DFEDC
RGB
CMYK
RGB Variations
Color information
#4DFEDC (or 0x4DFEDC) is known color: Turquoise. HEX triplet: 4D, FE and DC. RGB value is (77,254,220). Sum of RGB (Red+Green+Blue) = 77+254+220=551 (72% of max value = 765). Red value is 77 (30.47% from 255 or 13.97% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEDC is #B20123. Grayscale: #C5C5C5. Windows color (decimal): -11665700 or 14483021. OLE color: 14483021.
HSL color Cylindrical-coordinate representation of color #4DFEDC: hue angle of 168.47º 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 #4DFEDC is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 220 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.00 |
| HSL | 168.47º | 0.99% | 0.65% | - |
| HSV(B) | 168.47º | 0.7% | 1% | - |
| XYZ | 51.42 | 77.63 | 79.98 | - |
| YUV | 197.2 | 140.86 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 220 | 0.70 | 0 | 0.13 | 0.00 | 168.47 | 0.99 | 0.65 |
| Hex | 4D | FE | DC | 46 | 0 | D | 0 | A8 | 63 | 41 |
| Octal | 115 | 376 | 334 | 106 | 0 | 15 | 0 | 250 | 143 | 101 |
| Binary | 1001101 | 11111110 | 11011100 | 1000110 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000001 |
Color Harmonies of #4DFEDC
Complementary color
Monochromatic Colors of #4DFEDC
Black with #4DFEDC
Text Example
Text Example
White with #4DFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEDC; }
p { color: rgb(77,254,220); }
H1.HeaderClassName
{
color: #4DFEDC;
}
.AnyTagClassName
{
color: #4DFEDC;
}
</style>
background-color css
<style>
a { background-color: #4DFEDC; }
a { background-color: rgb(77,254,220); }
div.DivClassName
{
background-color: #4DFEDC;
}
.BgClassName
{
background-color: #4DFEDC;
}
</style>
border-color css
<style>
span { border-color: #4DFEDC; }
span { border-color: rgb(77,254,220); }
td.TdClassName
{
border-color: #4DFEDC;
}
.TagClassName
{
border-color: #4DFEDC;
}
</style>