Shades of Turquoise #49FAC4
Tints of Turquoise #49FAC4
RGB
CMYK
RGB Variations
Color information
#49FAC4 (or 0x49FAC4) is known color: Turquoise. HEX triplet: 49, FA and C4. RGB value is (73,250,196). Sum of RGB (Red+Green+Blue) = 73+250+196=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FAC4 is #B6053B. Grayscale: #BEBEBE. Windows color (decimal): -11928892 or 12909129. OLE color: 12909129.
HSL color Cylindrical-coordinate representation of color #49FAC4: hue angle of 161.69º 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 #49FAC4 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 196 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.02 |
| HSL | 161.69º | 0.95% | 0.63% | - |
| HSV(B) | 161.69º | 0.71% | 0.98% | - |
| XYZ | 46.9 | 73.77 | 63.99 | - |
| YUV | 190.92 | 130.86 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 196 | 0.71 | 0 | 0.22 | 0.02 | 161.69 | 0.95 | 0.63 |
| Hex | 49 | FA | C4 | 47 | 0 | 16 | 2 | A2 | 5F | 3F |
| Octal | 111 | 372 | 304 | 107 | 0 | 26 | 2 | 242 | 137 | 77 |
| Binary | 1001001 | 11111010 | 11000100 | 1000111 | 0 | 10110 | 10 | 10100010 | 1011111 | 111111 |
Color Harmonies of #49FAC4
Complementary color
Monochromatic Colors of #49FAC4
Black with #49FAC4
Text Example
Text Example
White with #49FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FAC4; }
p { color: rgb(73,250,196); }
H1.HeaderClassName
{
color: #49FAC4;
}
.AnyTagClassName
{
color: #49FAC4;
}
</style>
background-color css
<style>
a { background-color: #49FAC4; }
a { background-color: rgb(73,250,196); }
div.DivClassName
{
background-color: #49FAC4;
}
.BgClassName
{
background-color: #49FAC4;
}
</style>
border-color css
<style>
span { border-color: #49FAC4; }
span { border-color: rgb(73,250,196); }
td.TdClassName
{
border-color: #49FAC4;
}
.TagClassName
{
border-color: #49FAC4;
}
</style>