Shades of Turquoise #49FFB3
Tints of Turquoise #49FFB3
RGB
CMYK
RGB Variations
Color information
#49FFB3 (or 0x49FFB3) is known color: Turquoise. HEX triplet: 49, FF and B3. RGB value is (73,255,179). Sum of RGB (Red+Green+Blue) = 73+255+179=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFB3 is #B6004C. Grayscale: #C0C0C0. Windows color (decimal): -11927629 or 11796297. OLE color: 11796297.
HSL color Cylindrical-coordinate representation of color #49FFB3: hue angle of 154.95º 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 #49FFB3 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 179 | - |
| CMYK | 0.71 | 0 | 0.30 | 0 |
| HSL | 154.95º | 1% | 0.64% | - |
| HSV(B) | 154.95º | 0.71% | 1% | - |
| XYZ | 46.64 | 76.19 | 54.9 | - |
| YUV | 191.92 | 120.7 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 179 | 0.71 | 0 | 0.30 | 0 | 154.95 | 1 | 0.64 |
| Hex | 49 | FF | B3 | 47 | 0 | 1E | 0 | 9B | 64 | 40 |
| Octal | 111 | 377 | 263 | 107 | 0 | 36 | 0 | 233 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10110011 | 1000111 | 0 | 11110 | 0 | 10011011 | 1100100 | 1000000 |
Color Harmonies of #49FFB3
Complementary color
Monochromatic Colors of #49FFB3
Black with #49FFB3
Text Example
Text Example
White with #49FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFB3; }
p { color: rgb(73,255,179); }
H1.HeaderClassName
{
color: #49FFB3;
}
.AnyTagClassName
{
color: #49FFB3;
}
</style>
background-color css
<style>
a { background-color: #49FFB3; }
a { background-color: rgb(73,255,179); }
div.DivClassName
{
background-color: #49FFB3;
}
.BgClassName
{
background-color: #49FFB3;
}
</style>
border-color css
<style>
span { border-color: #49FFB3; }
span { border-color: rgb(73,255,179); }
td.TdClassName
{
border-color: #49FFB3;
}
.TagClassName
{
border-color: #49FFB3;
}
</style>