Shades of Turquoise #4DFFAE
Tints of Turquoise #4DFFAE
RGB
CMYK
RGB Variations
Color information
#4DFFAE (or 0x4DFFAE) is known color: Turquoise. HEX triplet: 4D, FF and AE. RGB value is (77,255,174). Sum of RGB (Red+Green+Blue) = 77+255+174=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFFAE is #B20051. Grayscale: #C0C0C0. Windows color (decimal): -11665490 or 11468621. OLE color: 11468621.
HSL color Cylindrical-coordinate representation of color #4DFFAE: hue angle of 152.7º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFFAE is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 174 | - |
| CMYK | 0.70 | 0 | 0.32 | 0 |
| HSL | 152.7º | 1% | 0.65% | - |
| HSV(B) | 152.7º | 0.7% | 1% | - |
| XYZ | 46.46 | 76.15 | 52.29 | - |
| YUV | 192.54 | 117.53 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 174 | 0.70 | 0 | 0.32 | 0 | 152.7 | 1 | 0.65 |
| Hex | 4D | FF | AE | 46 | 0 | 20 | 0 | 99 | 64 | 41 |
| Octal | 115 | 377 | 256 | 106 | 0 | 40 | 0 | 231 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10101110 | 1000110 | 0 | 100000 | 0 | 10011001 | 1100100 | 1000001 |
Color Harmonies of #4DFFAE
Complementary color
Monochromatic Colors of #4DFFAE
Black with #4DFFAE
Text Example
Text Example
White with #4DFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFAE; }
p { color: rgb(77,255,174); }
H1.HeaderClassName
{
color: #4DFFAE;
}
.AnyTagClassName
{
color: #4DFFAE;
}
</style>
background-color css
<style>
a { background-color: #4DFFAE; }
a { background-color: rgb(77,255,174); }
div.DivClassName
{
background-color: #4DFFAE;
}
.BgClassName
{
background-color: #4DFFAE;
}
</style>
border-color css
<style>
span { border-color: #4DFFAE; }
span { border-color: rgb(77,255,174); }
td.TdClassName
{
border-color: #4DFFAE;
}
.TagClassName
{
border-color: #4DFFAE;
}
</style>