Shades of Turquoise #49FDBE
Tints of Turquoise #49FDBE
RGB
CMYK
RGB Variations
Color information
#49FDBE (or 0x49FDBE) is known color: Turquoise. HEX triplet: 49, FD and BE. RGB value is (73,253,190). Sum of RGB (Red+Green+Blue) = 73+253+190=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FDBE is #B60241. Grayscale: #C0C0C0. Windows color (decimal): -11928130 or 12516681. OLE color: 12516681.
HSL color Cylindrical-coordinate representation of color #49FDBE: hue angle of 159º 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 #49FDBE is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 190 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.01 |
| HSL | 159º | 0.98% | 0.64% | - |
| HSV(B) | 159º | 0.71% | 0.99% | - |
| XYZ | 47.17 | 75.38 | 60.78 | - |
| YUV | 192 | 126.87 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 190 | 0.71 | 0 | 0.25 | 0.01 | 159 | 0.98 | 0.64 |
| Hex | 49 | FD | BE | 47 | 0 | 19 | 1 | 9F | 62 | 40 |
| Octal | 111 | 375 | 276 | 107 | 0 | 31 | 1 | 237 | 142 | 100 |
| Binary | 1001001 | 11111101 | 10111110 | 1000111 | 0 | 11001 | 1 | 10011111 | 1100010 | 1000000 |
Color Harmonies of #49FDBE
Complementary color
Monochromatic Colors of #49FDBE
Black with #49FDBE
Text Example
Text Example
White with #49FDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FDBE; }
p { color: rgb(73,253,190); }
H1.HeaderClassName
{
color: #49FDBE;
}
.AnyTagClassName
{
color: #49FDBE;
}
</style>
background-color css
<style>
a { background-color: #49FDBE; }
a { background-color: rgb(73,253,190); }
div.DivClassName
{
background-color: #49FDBE;
}
.BgClassName
{
background-color: #49FDBE;
}
</style>
border-color css
<style>
span { border-color: #49FDBE; }
span { border-color: rgb(73,253,190); }
td.TdClassName
{
border-color: #49FDBE;
}
.TagClassName
{
border-color: #49FDBE;
}
</style>