Shades of Turquoise #49FBBE
Tints of Turquoise #49FBBE
RGB
CMYK
RGB Variations
Color information
#49FBBE (or 0x49FBBE) is known color: Turquoise. HEX triplet: 49, FB and BE. RGB value is (73,251,190). Sum of RGB (Red+Green+Blue) = 73+251+190=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBBE is #B60441. Grayscale: #BEBEBE. Windows color (decimal): -11928642 or 12516169. OLE color: 12516169.
HSL color Cylindrical-coordinate representation of color #49FBBE: hue angle of 159.44º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FBBE is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 190 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.02 |
| HSL | 159.44º | 0.96% | 0.64% | - |
| HSV(B) | 159.44º | 0.71% | 0.98% | - |
| XYZ | 46.54 | 74.13 | 60.57 | - |
| YUV | 190.82 | 127.53 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 190 | 0.71 | 0 | 0.24 | 0.02 | 159.44 | 0.96 | 0.64 |
| Hex | 49 | FB | BE | 47 | 0 | 18 | 2 | 9F | 60 | 40 |
| Octal | 111 | 373 | 276 | 107 | 0 | 30 | 2 | 237 | 140 | 100 |
| Binary | 1001001 | 11111011 | 10111110 | 1000111 | 0 | 11000 | 10 | 10011111 | 1100000 | 1000000 |
Color Harmonies of #49FBBE
Complementary color
Monochromatic Colors of #49FBBE
Black with #49FBBE
Text Example
Text Example
White with #49FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FBBE; }
p { color: rgb(73,251,190); }
H1.HeaderClassName
{
color: #49FBBE;
}
.AnyTagClassName
{
color: #49FBBE;
}
</style>
background-color css
<style>
a { background-color: #49FBBE; }
a { background-color: rgb(73,251,190); }
div.DivClassName
{
background-color: #49FBBE;
}
.BgClassName
{
background-color: #49FBBE;
}
</style>
border-color css
<style>
span { border-color: #49FBBE; }
span { border-color: rgb(73,251,190); }
td.TdClassName
{
border-color: #49FBBE;
}
.TagClassName
{
border-color: #49FBBE;
}
</style>