Shades of Turquoise #49FFAE
Tints of Turquoise #49FFAE
RGB
CMYK
RGB Variations
Color information
#49FFAE (or 0x49FFAE) is known color: Turquoise. HEX triplet: 49, FF and AE. RGB value is (73,255,174). Sum of RGB (Red+Green+Blue) = 73+255+174=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFAE is #B60051. Grayscale: #BFBFBF. Windows color (decimal): -11927634 or 11468617. OLE color: 11468617.
HSL color Cylindrical-coordinate representation of color #49FFAE: hue angle of 153.3º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFAE is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 174 | - |
| CMYK | 0.71 | 0 | 0.32 | 0 |
| HSL | 153.3º | 1% | 0.64% | - |
| HSV(B) | 153.3º | 0.71% | 1% | - |
| XYZ | 46.15 | 75.99 | 52.28 | - |
| YUV | 191.35 | 118.2 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 174 | 0.71 | 0 | 0.32 | 0 | 153.3 | 1 | 0.64 |
| Hex | 49 | FF | AE | 47 | 0 | 20 | 0 | 99 | 64 | 40 |
| Octal | 111 | 377 | 256 | 107 | 0 | 40 | 0 | 231 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10101110 | 1000111 | 0 | 100000 | 0 | 10011001 | 1100100 | 1000000 |
Color Harmonies of #49FFAE
Complementary color
Monochromatic Colors of #49FFAE
Black with #49FFAE
Text Example
Text Example
White with #49FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFAE; }
p { color: rgb(73,255,174); }
H1.HeaderClassName
{
color: #49FFAE;
}
.AnyTagClassName
{
color: #49FFAE;
}
</style>
background-color css
<style>
a { background-color: #49FFAE; }
a { background-color: rgb(73,255,174); }
div.DivClassName
{
background-color: #49FFAE;
}
.BgClassName
{
background-color: #49FFAE;
}
</style>
border-color css
<style>
span { border-color: #49FFAE; }
span { border-color: rgb(73,255,174); }
td.TdClassName
{
border-color: #49FFAE;
}
.TagClassName
{
border-color: #49FFAE;
}
</style>