Shades of Turquoise #49FFBD
Tints of Turquoise #49FFBD
RGB
CMYK
RGB Variations
Color information
#49FFBD (or 0x49FFBD) is known color: Turquoise. HEX triplet: 49, FF and BD. RGB value is (73,255,189). Sum of RGB (Red+Green+Blue) = 73+255+189=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFBD is #B60042. Grayscale: #C1C1C1. Windows color (decimal): -11927619 or 12451657. OLE color: 12451657.
HSL color Cylindrical-coordinate representation of color #49FFBD: hue angle of 158.24º 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 #49FFBD is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 189 | - |
| CMYK | 0.71 | 0 | 0.26 | 0 |
| HSL | 158.24º | 1% | 0.64% | - |
| HSV(B) | 158.24º | 0.71% | 1% | - |
| XYZ | 47.69 | 76.61 | 60.42 | - |
| YUV | 193.06 | 125.7 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 189 | 0.71 | 0 | 0.26 | 0 | 158.24 | 1 | 0.64 |
| Hex | 49 | FF | BD | 47 | 0 | 1A | 0 | 9E | 64 | 40 |
| Octal | 111 | 377 | 275 | 107 | 0 | 32 | 0 | 236 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10111101 | 1000111 | 0 | 11010 | 0 | 10011110 | 1100100 | 1000000 |
Color Harmonies of #49FFBD
Complementary color
Monochromatic Colors of #49FFBD
Black with #49FFBD
Text Example
Text Example
White with #49FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFBD; }
p { color: rgb(73,255,189); }
H1.HeaderClassName
{
color: #49FFBD;
}
.AnyTagClassName
{
color: #49FFBD;
}
</style>
background-color css
<style>
a { background-color: #49FFBD; }
a { background-color: rgb(73,255,189); }
div.DivClassName
{
background-color: #49FFBD;
}
.BgClassName
{
background-color: #49FFBD;
}
</style>
border-color css
<style>
span { border-color: #49FFBD; }
span { border-color: rgb(73,255,189); }
td.TdClassName
{
border-color: #49FFBD;
}
.TagClassName
{
border-color: #49FFBD;
}
</style>