Shades of Turquoise #49FFAF
Tints of Turquoise #49FFAF
RGB
CMYK
RGB Variations
Color information
#49FFAF (or 0x49FFAF) is known color: Turquoise. HEX triplet: 49, FF and AF. RGB value is (73,255,175). Sum of RGB (Red+Green+Blue) = 73+255+175=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFAF is #B60050. Grayscale: #BFBFBF. Windows color (decimal): -11927633 or 11534153. OLE color: 11534153.
HSL color Cylindrical-coordinate representation of color #49FFAF: hue angle of 153.63º 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 #49FFAF is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 175 | - |
| CMYK | 0.71 | 0 | 0.31 | 0 |
| HSL | 153.63º | 1% | 0.64% | - |
| HSV(B) | 153.63º | 0.71% | 1% | - |
| XYZ | 46.25 | 76.03 | 52.8 | - |
| YUV | 191.46 | 118.7 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 175 | 0.71 | 0 | 0.31 | 0 | 153.63 | 1 | 0.64 |
| Hex | 49 | FF | AF | 47 | 0 | 1F | 0 | 9A | 64 | 40 |
| Octal | 111 | 377 | 257 | 107 | 0 | 37 | 0 | 232 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10101111 | 1000111 | 0 | 11111 | 0 | 10011010 | 1100100 | 1000000 |
Color Harmonies of #49FFAF
Complementary color
Monochromatic Colors of #49FFAF
Black with #49FFAF
Text Example
Text Example
White with #49FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFAF; }
p { color: rgb(73,255,175); }
H1.HeaderClassName
{
color: #49FFAF;
}
.AnyTagClassName
{
color: #49FFAF;
}
</style>
background-color css
<style>
a { background-color: #49FFAF; }
a { background-color: rgb(73,255,175); }
div.DivClassName
{
background-color: #49FFAF;
}
.BgClassName
{
background-color: #49FFAF;
}
</style>
border-color css
<style>
span { border-color: #49FFAF; }
span { border-color: rgb(73,255,175); }
td.TdClassName
{
border-color: #49FFAF;
}
.TagClassName
{
border-color: #49FFAF;
}
</style>