Shades of Turquoise #49F2BD
Tints of Turquoise #49F2BD
RGB
CMYK
RGB Variations
Color information
#49F2BD (or 0x49F2BD) is known color: Turquoise. HEX triplet: 49, F2 and BD. RGB value is (73,242,189). Sum of RGB (Red+Green+Blue) = 73+242+189=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2BD is #B60D42. Grayscale: #B9B9B9. Windows color (decimal): -11930947 or 12448329. OLE color: 12448329.
HSL color Cylindrical-coordinate representation of color #49F2BD: hue angle of 161.18º 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 #49F2BD is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 189 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.05 |
| HSL | 161.18º | 0.87% | 0.62% | - |
| HSV(B) | 161.18º | 0.7% | 0.95% | - |
| XYZ | 43.69 | 68.59 | 59.08 | - |
| YUV | 185.43 | 130.01 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 189 | 0.70 | 0 | 0.22 | 0.05 | 161.18 | 0.87 | 0.62 |
| Hex | 49 | F2 | BD | 46 | 0 | 16 | 5 | A1 | 57 | 3E |
| Octal | 111 | 362 | 275 | 106 | 0 | 26 | 5 | 241 | 127 | 76 |
| Binary | 1001001 | 11110010 | 10111101 | 1000110 | 0 | 10110 | 101 | 10100001 | 1010111 | 111110 |
Color Harmonies of #49F2BD
Complementary color
Monochromatic Colors of #49F2BD
Black with #49F2BD
Text Example
Text Example
White with #49F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F2BD; }
p { color: rgb(73,242,189); }
H1.HeaderClassName
{
color: #49F2BD;
}
.AnyTagClassName
{
color: #49F2BD;
}
</style>
background-color css
<style>
a { background-color: #49F2BD; }
a { background-color: rgb(73,242,189); }
div.DivClassName
{
background-color: #49F2BD;
}
.BgClassName
{
background-color: #49F2BD;
}
</style>
border-color css
<style>
span { border-color: #49F2BD; }
span { border-color: rgb(73,242,189); }
td.TdClassName
{
border-color: #49F2BD;
}
.TagClassName
{
border-color: #49F2BD;
}
</style>