Shades of Turquoise #49FADE
Tints of Turquoise #49FADE
RGB
CMYK
RGB Variations
Color information
#49FADE (or 0x49FADE) is known color: Turquoise. HEX triplet: 49, FA and DE. RGB value is (73,250,222). Sum of RGB (Red+Green+Blue) = 73+250+222=545 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.39% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #49FADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FADE is #B60521. Grayscale: #C1C1C1. Windows color (decimal): -11928866 or 14613065. OLE color: 14613065.
HSL color Cylindrical-coordinate representation of color #49FADE: hue angle of 170.51º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FADE is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 222 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.02 |
| HSL | 170.51º | 0.95% | 0.63% | - |
| HSV(B) | 170.51º | 0.71% | 0.98% | - |
| XYZ | 50.12 | 75.06 | 80.95 | - |
| YUV | 193.89 | 143.86 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 222 | 0.71 | 0 | 0.11 | 0.02 | 170.51 | 0.95 | 0.63 |
| Hex | 49 | FA | DE | 47 | 0 | B | 2 | AB | 5F | 3F |
| Octal | 111 | 372 | 336 | 107 | 0 | 13 | 2 | 253 | 137 | 77 |
| Binary | 1001001 | 11111010 | 11011110 | 1000111 | 0 | 1011 | 10 | 10101011 | 1011111 | 111111 |
Color Harmonies of #49FADE
Complementary color
Monochromatic Colors of #49FADE
Black with #49FADE
Text Example
Text Example
White with #49FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FADE; }
p { color: rgb(73,250,222); }
H1.HeaderClassName
{
color: #49FADE;
}
.AnyTagClassName
{
color: #49FADE;
}
</style>
background-color css
<style>
a { background-color: #49FADE; }
a { background-color: rgb(73,250,222); }
div.DivClassName
{
background-color: #49FADE;
}
.BgClassName
{
background-color: #49FADE;
}
</style>
border-color css
<style>
span { border-color: #49FADE; }
span { border-color: rgb(73,250,222); }
td.TdClassName
{
border-color: #49FADE;
}
.TagClassName
{
border-color: #49FADE;
}
</style>