Shades of Turquoise #4DFEB7
Tints of Turquoise #4DFEB7
RGB
CMYK
RGB Variations
Color information
#4DFEB7 (or 0x4DFEB7) is known color: Turquoise. HEX triplet: 4D, FE and B7. RGB value is (77,254,183). Sum of RGB (Red+Green+Blue) = 77+254+183=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEB7 is #B20148. Grayscale: #C1C1C1. Windows color (decimal): -11665737 or 12058189. OLE color: 12058189.
HSL color Cylindrical-coordinate representation of color #4DFEB7: hue angle of 155.93º 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 #4DFEB7 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 183 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.00 |
| HSL | 155.93º | 0.99% | 0.65% | - |
| HSV(B) | 155.93º | 0.7% | 1% | - |
| XYZ | 47.05 | 75.88 | 56.97 | - |
| YUV | 192.98 | 122.36 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 183 | 0.70 | 0 | 0.28 | 0.00 | 155.93 | 0.99 | 0.65 |
| Hex | 4D | FE | B7 | 46 | 0 | 1C | 0 | 9C | 63 | 41 |
| Octal | 115 | 376 | 267 | 106 | 0 | 34 | 0 | 234 | 143 | 101 |
| Binary | 1001101 | 11111110 | 10110111 | 1000110 | 0 | 11100 | 0 | 10011100 | 1100011 | 1000001 |
Color Harmonies of #4DFEB7
Complementary color
Monochromatic Colors of #4DFEB7
Black with #4DFEB7
Text Example
Text Example
White with #4DFEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEB7; }
p { color: rgb(77,254,183); }
H1.HeaderClassName
{
color: #4DFEB7;
}
.AnyTagClassName
{
color: #4DFEB7;
}
</style>
background-color css
<style>
a { background-color: #4DFEB7; }
a { background-color: rgb(77,254,183); }
div.DivClassName
{
background-color: #4DFEB7;
}
.BgClassName
{
background-color: #4DFEB7;
}
</style>
border-color css
<style>
span { border-color: #4DFEB7; }
span { border-color: rgb(77,254,183); }
td.TdClassName
{
border-color: #4DFEB7;
}
.TagClassName
{
border-color: #4DFEB7;
}
</style>