Shades of Turquoise #49FFB5
Tints of Turquoise #49FFB5
RGB
CMYK
RGB Variations
Color information
#49FFB5 (or 0x49FFB5) is known color: Turquoise. HEX triplet: 49, FF and B5. RGB value is (73,255,181). Sum of RGB (Red+Green+Blue) = 73+255+181=509 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.34% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFB5 is #B6004A. Grayscale: #C0C0C0. Windows color (decimal): -11927627 or 11927369. OLE color: 11927369.
HSL color Cylindrical-coordinate representation of color #49FFB5: hue angle of 155.6º 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 #49FFB5 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 181 | - |
| CMYK | 0.71 | 0 | 0.29 | 0 |
| HSL | 155.6º | 1% | 0.64% | - |
| HSV(B) | 155.6º | 0.71% | 1% | - |
| XYZ | 46.85 | 76.27 | 55.97 | - |
| YUV | 192.15 | 121.7 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 181 | 0.71 | 0 | 0.29 | 0 | 155.6 | 1 | 0.64 |
| Hex | 49 | FF | B5 | 47 | 0 | 1D | 0 | 9C | 64 | 40 |
| Octal | 111 | 377 | 265 | 107 | 0 | 35 | 0 | 234 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10110101 | 1000111 | 0 | 11101 | 0 | 10011100 | 1100100 | 1000000 |
Color Harmonies of #49FFB5
Complementary color
Monochromatic Colors of #49FFB5
Black with #49FFB5
Text Example
Text Example
White with #49FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFB5; }
p { color: rgb(73,255,181); }
H1.HeaderClassName
{
color: #49FFB5;
}
.AnyTagClassName
{
color: #49FFB5;
}
</style>
background-color css
<style>
a { background-color: #49FFB5; }
a { background-color: rgb(73,255,181); }
div.DivClassName
{
background-color: #49FFB5;
}
.BgClassName
{
background-color: #49FFB5;
}
</style>
border-color css
<style>
span { border-color: #49FFB5; }
span { border-color: rgb(73,255,181); }
td.TdClassName
{
border-color: #49FFB5;
}
.TagClassName
{
border-color: #49FFB5;
}
</style>