Shades of Turquoise #49FFB0
Tints of Turquoise #49FFB0
RGB
CMYK
RGB Variations
Color information
#49FFB0 (or 0x49FFB0) is known color: Turquoise. HEX triplet: 49, FF and B0. RGB value is (73,255,176). Sum of RGB (Red+Green+Blue) = 73+255+176=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFB0 is #B6004F. Grayscale: #BFBFBF. Windows color (decimal): -11927632 or 11599689. OLE color: 11599689.
HSL color Cylindrical-coordinate representation of color #49FFB0: hue angle of 153.96º 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 #49FFB0 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 176 | - |
| CMYK | 0.71 | 0 | 0.31 | 0 |
| HSL | 153.96º | 1% | 0.64% | - |
| HSV(B) | 153.96º | 0.71% | 1% | - |
| XYZ | 46.34 | 76.07 | 53.31 | - |
| YUV | 191.58 | 119.2 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 176 | 0.71 | 0 | 0.31 | 0 | 153.96 | 1 | 0.64 |
| Hex | 49 | FF | B0 | 47 | 0 | 1F | 0 | 9A | 64 | 40 |
| Octal | 111 | 377 | 260 | 107 | 0 | 37 | 0 | 232 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10110000 | 1000111 | 0 | 11111 | 0 | 10011010 | 1100100 | 1000000 |
Color Harmonies of #49FFB0
Complementary color
Monochromatic Colors of #49FFB0
Black with #49FFB0
Text Example
Text Example
White with #49FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFB0; }
p { color: rgb(73,255,176); }
H1.HeaderClassName
{
color: #49FFB0;
}
.AnyTagClassName
{
color: #49FFB0;
}
</style>
background-color css
<style>
a { background-color: #49FFB0; }
a { background-color: rgb(73,255,176); }
div.DivClassName
{
background-color: #49FFB0;
}
.BgClassName
{
background-color: #49FFB0;
}
</style>
border-color css
<style>
span { border-color: #49FFB0; }
span { border-color: rgb(73,255,176); }
td.TdClassName
{
border-color: #49FFB0;
}
.TagClassName
{
border-color: #49FFB0;
}
</style>