Shades of Turquoise #4DFEDA
Tints of Turquoise #4DFEDA
RGB
CMYK
RGB Variations
Color information
#4DFEDA (or 0x4DFEDA) is known color: Turquoise. HEX triplet: 4D, FE and DA. RGB value is (77,254,218). Sum of RGB (Red+Green+Blue) = 77+254+218=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEDA is #B20125. Grayscale: #C4C4C4. Windows color (decimal): -11665702 or 14351949. OLE color: 14351949.
HSL color Cylindrical-coordinate representation of color #4DFEDA: hue angle of 167.8º 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 #4DFEDA is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 218 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.00 |
| HSL | 167.8º | 0.99% | 0.65% | - |
| HSV(B) | 167.8º | 0.7% | 1% | - |
| XYZ | 51.16 | 77.52 | 78.6 | - |
| YUV | 196.97 | 139.86 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 218 | 0.70 | 0 | 0.14 | 0.00 | 167.8 | 0.99 | 0.65 |
| Hex | 4D | FE | DA | 46 | 0 | E | 0 | A8 | 63 | 41 |
| Octal | 115 | 376 | 332 | 106 | 0 | 16 | 0 | 250 | 143 | 101 |
| Binary | 1001101 | 11111110 | 11011010 | 1000110 | 0 | 1110 | 0 | 10101000 | 1100011 | 1000001 |
Color Harmonies of #4DFEDA
Complementary color
Monochromatic Colors of #4DFEDA
Black with #4DFEDA
Text Example
Text Example
White with #4DFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEDA; }
p { color: rgb(77,254,218); }
H1.HeaderClassName
{
color: #4DFEDA;
}
.AnyTagClassName
{
color: #4DFEDA;
}
</style>
background-color css
<style>
a { background-color: #4DFEDA; }
a { background-color: rgb(77,254,218); }
div.DivClassName
{
background-color: #4DFEDA;
}
.BgClassName
{
background-color: #4DFEDA;
}
</style>
border-color css
<style>
span { border-color: #4DFEDA; }
span { border-color: rgb(77,254,218); }
td.TdClassName
{
border-color: #4DFEDA;
}
.TagClassName
{
border-color: #4DFEDA;
}
</style>