Shades of Turquoise #49F9B1
Tints of Turquoise #49F9B1
RGB
CMYK
RGB Variations
Color information
#49F9B1 (or 0x49F9B1) is known color: Turquoise. HEX triplet: 49, F9 and B1. RGB value is (73,249,177). Sum of RGB (Red+Green+Blue) = 73+249+177=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F9B1 is #B6064E. Grayscale: #BCBCBC. Windows color (decimal): -11929167 or 11663689. OLE color: 11663689.
HSL color Cylindrical-coordinate representation of color #49F9B1: hue angle of 155.45º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F9B1 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 177 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.02 |
| HSL | 155.45º | 0.94% | 0.63% | - |
| HSV(B) | 155.45º | 0.71% | 0.98% | - |
| XYZ | 44.56 | 72.34 | 53.21 | - |
| YUV | 188.17 | 121.69 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 177 | 0.71 | 0 | 0.29 | 0.02 | 155.45 | 0.94 | 0.63 |
| Hex | 49 | F9 | B1 | 47 | 0 | 1D | 2 | 9B | 5E | 3F |
| Octal | 111 | 371 | 261 | 107 | 0 | 35 | 2 | 233 | 136 | 77 |
| Binary | 1001001 | 11111001 | 10110001 | 1000111 | 0 | 11101 | 10 | 10011011 | 1011110 | 111111 |
Color Harmonies of #49F9B1
Complementary color
Monochromatic Colors of #49F9B1
Black with #49F9B1
Text Example
Text Example
White with #49F9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F9B1; }
p { color: rgb(73,249,177); }
H1.HeaderClassName
{
color: #49F9B1;
}
.AnyTagClassName
{
color: #49F9B1;
}
</style>
background-color css
<style>
a { background-color: #49F9B1; }
a { background-color: rgb(73,249,177); }
div.DivClassName
{
background-color: #49F9B1;
}
.BgClassName
{
background-color: #49F9B1;
}
</style>
border-color css
<style>
span { border-color: #49F9B1; }
span { border-color: rgb(73,249,177); }
td.TdClassName
{
border-color: #49F9B1;
}
.TagClassName
{
border-color: #49F9B1;
}
</style>