Shades of Turquoise #4DFEC8
Tints of Turquoise #4DFEC8
RGB
CMYK
RGB Variations
Color information
#4DFEC8 (or 0x4DFEC8) is known color: Turquoise. HEX triplet: 4D, FE and C8. RGB value is (77,254,200). Sum of RGB (Red+Green+Blue) = 77+254+200=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEC8 is #B20137. Grayscale: #C2C2C2. Windows color (decimal): -11665720 or 13172301. OLE color: 13172301.
HSL color Cylindrical-coordinate representation of color #4DFEC8: hue angle of 161.69º 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 #4DFEC8 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 200 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.00 |
| HSL | 161.69º | 0.99% | 0.65% | - |
| HSV(B) | 161.69º | 0.7% | 1% | - |
| XYZ | 48.93 | 76.63 | 66.86 | - |
| YUV | 194.92 | 130.86 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 200 | 0.70 | 0 | 0.21 | 0.00 | 161.69 | 0.99 | 0.65 |
| Hex | 4D | FE | C8 | 46 | 0 | 15 | 0 | A2 | 63 | 41 |
| Octal | 115 | 376 | 310 | 106 | 0 | 25 | 0 | 242 | 143 | 101 |
| Binary | 1001101 | 11111110 | 11001000 | 1000110 | 0 | 10101 | 0 | 10100010 | 1100011 | 1000001 |
Color Harmonies of #4DFEC8
Complementary color
Monochromatic Colors of #4DFEC8
Black with #4DFEC8
Text Example
Text Example
White with #4DFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEC8; }
p { color: rgb(77,254,200); }
H1.HeaderClassName
{
color: #4DFEC8;
}
.AnyTagClassName
{
color: #4DFEC8;
}
</style>
background-color css
<style>
a { background-color: #4DFEC8; }
a { background-color: rgb(77,254,200); }
div.DivClassName
{
background-color: #4DFEC8;
}
.BgClassName
{
background-color: #4DFEC8;
}
</style>
border-color css
<style>
span { border-color: #4DFEC8; }
span { border-color: rgb(77,254,200); }
td.TdClassName
{
border-color: #4DFEC8;
}
.TagClassName
{
border-color: #4DFEC8;
}
</style>