Shades of Turquoise #49FCBE
Tints of Turquoise #49FCBE
RGB
CMYK
RGB Variations
Color information
#49FCBE (or 0x49FCBE) is known color: Turquoise. HEX triplet: 49, FC and BE. RGB value is (73,252,190). Sum of RGB (Red+Green+Blue) = 73+252+190=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCBE is #B60341. Grayscale: #BFBFBF. Windows color (decimal): -11928386 or 12516425. OLE color: 12516425.
HSL color Cylindrical-coordinate representation of color #49FCBE: hue angle of 159.22º degrees, saturation: 0.97, 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 #49FCBE is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 190 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.01 |
| HSL | 159.22º | 0.97% | 0.64% | - |
| HSV(B) | 159.22º | 0.71% | 0.99% | - |
| XYZ | 46.85 | 74.75 | 60.67 | - |
| YUV | 191.41 | 127.2 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 190 | 0.71 | 0 | 0.25 | 0.01 | 159.22 | 0.97 | 0.64 |
| Hex | 49 | FC | BE | 47 | 0 | 19 | 1 | 9F | 61 | 40 |
| Octal | 111 | 374 | 276 | 107 | 0 | 31 | 1 | 237 | 141 | 100 |
| Binary | 1001001 | 11111100 | 10111110 | 1000111 | 0 | 11001 | 1 | 10011111 | 1100001 | 1000000 |
Color Harmonies of #49FCBE
Complementary color
Monochromatic Colors of #49FCBE
Black with #49FCBE
Text Example
Text Example
White with #49FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCBE; }
p { color: rgb(73,252,190); }
H1.HeaderClassName
{
color: #49FCBE;
}
.AnyTagClassName
{
color: #49FCBE;
}
</style>
background-color css
<style>
a { background-color: #49FCBE; }
a { background-color: rgb(73,252,190); }
div.DivClassName
{
background-color: #49FCBE;
}
.BgClassName
{
background-color: #49FCBE;
}
</style>
border-color css
<style>
span { border-color: #49FCBE; }
span { border-color: rgb(73,252,190); }
td.TdClassName
{
border-color: #49FCBE;
}
.TagClassName
{
border-color: #49FCBE;
}
</style>