Shades of Turquoise #49FDBC
Tints of Turquoise #49FDBC
RGB
CMYK
RGB Variations
Color information
#49FDBC (or 0x49FDBC) is known color: Turquoise. HEX triplet: 49, FD and BC. RGB value is (73,253,188). Sum of RGB (Red+Green+Blue) = 73+253+188=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FDBC is #B60243. Grayscale: #BFBFBF. Windows color (decimal): -11928132 or 12385609. OLE color: 12385609.
HSL color Cylindrical-coordinate representation of color #49FDBC: hue angle of 158.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 #49FDBC is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 188 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.01 |
| HSL | 158.33º | 0.98% | 0.64% | - |
| HSV(B) | 158.33º | 0.71% | 0.99% | - |
| XYZ | 46.95 | 75.3 | 59.64 | - |
| YUV | 191.77 | 125.87 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 188 | 0.71 | 0 | 0.26 | 0.01 | 158.33 | 0.98 | 0.64 |
| Hex | 49 | FD | BC | 47 | 0 | 1A | 1 | 9E | 62 | 40 |
| Octal | 111 | 375 | 274 | 107 | 0 | 32 | 1 | 236 | 142 | 100 |
| Binary | 1001001 | 11111101 | 10111100 | 1000111 | 0 | 11010 | 1 | 10011110 | 1100010 | 1000000 |
Color Harmonies of #49FDBC
Complementary color
Monochromatic Colors of #49FDBC
Black with #49FDBC
Text Example
Text Example
White with #49FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FDBC; }
p { color: rgb(73,253,188); }
H1.HeaderClassName
{
color: #49FDBC;
}
.AnyTagClassName
{
color: #49FDBC;
}
</style>
background-color css
<style>
a { background-color: #49FDBC; }
a { background-color: rgb(73,253,188); }
div.DivClassName
{
background-color: #49FDBC;
}
.BgClassName
{
background-color: #49FDBC;
}
</style>
border-color css
<style>
span { border-color: #49FDBC; }
span { border-color: rgb(73,253,188); }
td.TdClassName
{
border-color: #49FDBC;
}
.TagClassName
{
border-color: #49FDBC;
}
</style>