Shades of Turquoise #49FDBF
Tints of Turquoise #49FDBF
RGB
CMYK
RGB Variations
Color information
#49FDBF (or 0x49FDBF) is known color: Turquoise. HEX triplet: 49, FD and BF. RGB value is (73,253,191). Sum of RGB (Red+Green+Blue) = 73+253+191=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FDBF is #B60240. Grayscale: #C0C0C0. Windows color (decimal): -11928129 or 12582217. OLE color: 12582217.
HSL color Cylindrical-coordinate representation of color #49FDBF: hue angle of 159.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FDBF is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 191 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.01 |
| HSL | 159.33º | 0.98% | 0.64% | - |
| HSV(B) | 159.33º | 0.71% | 0.99% | - |
| XYZ | 47.28 | 75.43 | 61.36 | - |
| YUV | 192.11 | 127.37 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 191 | 0.71 | 0 | 0.25 | 0.01 | 159.33 | 0.98 | 0.64 |
| Hex | 49 | FD | BF | 47 | 0 | 19 | 1 | 9F | 62 | 40 |
| Octal | 111 | 375 | 277 | 107 | 0 | 31 | 1 | 237 | 142 | 100 |
| Binary | 1001001 | 11111101 | 10111111 | 1000111 | 0 | 11001 | 1 | 10011111 | 1100010 | 1000000 |
Color Harmonies of #49FDBF
Complementary color
Monochromatic Colors of #49FDBF
Black with #49FDBF
Text Example
Text Example
White with #49FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FDBF; }
p { color: rgb(73,253,191); }
H1.HeaderClassName
{
color: #49FDBF;
}
.AnyTagClassName
{
color: #49FDBF;
}
</style>
background-color css
<style>
a { background-color: #49FDBF; }
a { background-color: rgb(73,253,191); }
div.DivClassName
{
background-color: #49FDBF;
}
.BgClassName
{
background-color: #49FDBF;
}
</style>
border-color css
<style>
span { border-color: #49FDBF; }
span { border-color: rgb(73,253,191); }
td.TdClassName
{
border-color: #49FDBF;
}
.TagClassName
{
border-color: #49FDBF;
}
</style>