Shades of Turquoise #49F2BF
Tints of Turquoise #49F2BF
RGB
CMYK
RGB Variations
Color information
#49F2BF (or 0x49F2BF) is known color: Turquoise. HEX triplet: 49, F2 and BF. RGB value is (73,242,191). Sum of RGB (Red+Green+Blue) = 73+242+191=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2BF is #B60D40. Grayscale: #B9B9B9. Windows color (decimal): -11930945 or 12579401. OLE color: 12579401.
HSL color Cylindrical-coordinate representation of color #49F2BF: hue angle of 161.89º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2BF is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 191 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.05 |
| HSL | 161.89º | 0.87% | 0.62% | - |
| HSV(B) | 161.89º | 0.7% | 0.95% | - |
| XYZ | 43.9 | 68.68 | 60.23 | - |
| YUV | 185.66 | 131.01 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 191 | 0.70 | 0 | 0.21 | 0.05 | 161.89 | 0.87 | 0.62 |
| Hex | 49 | F2 | BF | 46 | 0 | 15 | 5 | A2 | 57 | 3E |
| Octal | 111 | 362 | 277 | 106 | 0 | 25 | 5 | 242 | 127 | 76 |
| Binary | 1001001 | 11110010 | 10111111 | 1000110 | 0 | 10101 | 101 | 10100010 | 1010111 | 111110 |
Color Harmonies of #49F2BF
Complementary color
Monochromatic Colors of #49F2BF
Black with #49F2BF
Text Example
Text Example
White with #49F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F2BF; }
p { color: rgb(73,242,191); }
H1.HeaderClassName
{
color: #49F2BF;
}
.AnyTagClassName
{
color: #49F2BF;
}
</style>
background-color css
<style>
a { background-color: #49F2BF; }
a { background-color: rgb(73,242,191); }
div.DivClassName
{
background-color: #49F2BF;
}
.BgClassName
{
background-color: #49F2BF;
}
</style>
border-color css
<style>
span { border-color: #49F2BF; }
span { border-color: rgb(73,242,191); }
td.TdClassName
{
border-color: #49F2BF;
}
.TagClassName
{
border-color: #49F2BF;
}
</style>