Shades of Turquoise #49F9B2
Tints of Turquoise #49F9B2
RGB
CMYK
RGB Variations
Color information
#49F9B2 (or 0x49F9B2) is known color: Turquoise. HEX triplet: 49, F9 and B2. RGB value is (73,249,178). Sum of RGB (Red+Green+Blue) = 73+249+178=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F9B2 is #B6064D. Grayscale: #BCBCBC. Windows color (decimal): -11929166 or 11729225. OLE color: 11729225.
HSL color Cylindrical-coordinate representation of color #49F9B2: hue angle of 155.8º 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 #49F9B2 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 178 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.02 |
| HSL | 155.8º | 0.94% | 0.63% | - |
| HSV(B) | 155.8º | 0.71% | 0.98% | - |
| XYZ | 44.66 | 72.38 | 53.74 | - |
| YUV | 188.28 | 122.19 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 178 | 0.71 | 0 | 0.29 | 0.02 | 155.8 | 0.94 | 0.63 |
| Hex | 49 | F9 | B2 | 47 | 0 | 1D | 2 | 9C | 5E | 3F |
| Octal | 111 | 371 | 262 | 107 | 0 | 35 | 2 | 234 | 136 | 77 |
| Binary | 1001001 | 11111001 | 10110010 | 1000111 | 0 | 11101 | 10 | 10011100 | 1011110 | 111111 |
Color Harmonies of #49F9B2
Complementary color
Monochromatic Colors of #49F9B2
Black with #49F9B2
Text Example
Text Example
White with #49F9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F9B2; }
p { color: rgb(73,249,178); }
H1.HeaderClassName
{
color: #49F9B2;
}
.AnyTagClassName
{
color: #49F9B2;
}
</style>
background-color css
<style>
a { background-color: #49F9B2; }
a { background-color: rgb(73,249,178); }
div.DivClassName
{
background-color: #49F9B2;
}
.BgClassName
{
background-color: #49F9B2;
}
</style>
border-color css
<style>
span { border-color: #49F9B2; }
span { border-color: rgb(73,249,178); }
td.TdClassName
{
border-color: #49F9B2;
}
.TagClassName
{
border-color: #49F9B2;
}
</style>