Shades of Turquoise #4DFEB9
Tints of Turquoise #4DFEB9
RGB
CMYK
RGB Variations
Color information
#4DFEB9 (or 0x4DFEB9) is known color: Turquoise. HEX triplet: 4D, FE and B9. RGB value is (77,254,185). Sum of RGB (Red+Green+Blue) = 77+254+185=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEB9 is #B20146. Grayscale: #C1C1C1. Windows color (decimal): -11665735 or 12189261. OLE color: 12189261.
HSL color Cylindrical-coordinate representation of color #4DFEB9: hue angle of 156.61º 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 #4DFEB9 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 185 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.00 |
| HSL | 156.61º | 0.99% | 0.65% | - |
| HSV(B) | 156.61º | 0.7% | 1% | - |
| XYZ | 47.26 | 75.96 | 58.07 | - |
| YUV | 193.21 | 123.36 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 185 | 0.70 | 0 | 0.27 | 0.00 | 156.61 | 0.99 | 0.65 |
| Hex | 4D | FE | B9 | 46 | 0 | 1B | 0 | 9D | 63 | 41 |
| Octal | 115 | 376 | 271 | 106 | 0 | 33 | 0 | 235 | 143 | 101 |
| Binary | 1001101 | 11111110 | 10111001 | 1000110 | 0 | 11011 | 0 | 10011101 | 1100011 | 1000001 |
Color Harmonies of #4DFEB9
Complementary color
Monochromatic Colors of #4DFEB9
Black with #4DFEB9
Text Example
Text Example
White with #4DFEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEB9; }
p { color: rgb(77,254,185); }
H1.HeaderClassName
{
color: #4DFEB9;
}
.AnyTagClassName
{
color: #4DFEB9;
}
</style>
background-color css
<style>
a { background-color: #4DFEB9; }
a { background-color: rgb(77,254,185); }
div.DivClassName
{
background-color: #4DFEB9;
}
.BgClassName
{
background-color: #4DFEB9;
}
</style>
border-color css
<style>
span { border-color: #4DFEB9; }
span { border-color: rgb(77,254,185); }
td.TdClassName
{
border-color: #4DFEB9;
}
.TagClassName
{
border-color: #4DFEB9;
}
</style>