Shades of Turquoise #49F6C1
Tints of Turquoise #49F6C1
RGB
CMYK
RGB Variations
Color information
#49F6C1 (or 0x49F6C1) is known color: Turquoise. HEX triplet: 49, F6 and C1. RGB value is (73,246,193). Sum of RGB (Red+Green+Blue) = 73+246+193=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F6C1 is #B6093E. Grayscale: #BCBCBC. Windows color (decimal): -11929919 or 12711497. OLE color: 12711497.
HSL color Cylindrical-coordinate representation of color #49F6C1: hue angle of 161.62º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F6C1 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 246 | 193 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.04 |
| HSL | 161.62º | 0.91% | 0.63% | - |
| HSV(B) | 161.62º | 0.7% | 0.96% | - |
| XYZ | 45.33 | 71.18 | 61.8 | - |
| YUV | 188.23 | 130.69 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 246 | 193 | 0.70 | 0 | 0.22 | 0.04 | 161.62 | 0.91 | 0.63 |
| Hex | 49 | F6 | C1 | 46 | 0 | 16 | 4 | A2 | 5B | 3F |
| Octal | 111 | 366 | 301 | 106 | 0 | 26 | 4 | 242 | 133 | 77 |
| Binary | 1001001 | 11110110 | 11000001 | 1000110 | 0 | 10110 | 100 | 10100010 | 1011011 | 111111 |
Color Harmonies of #49F6C1
Complementary color
Monochromatic Colors of #49F6C1
Black with #49F6C1
Text Example
Text Example
White with #49F6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F6C1; }
p { color: rgb(73,246,193); }
H1.HeaderClassName
{
color: #49F6C1;
}
.AnyTagClassName
{
color: #49F6C1;
}
</style>
background-color css
<style>
a { background-color: #49F6C1; }
a { background-color: rgb(73,246,193); }
div.DivClassName
{
background-color: #49F6C1;
}
.BgClassName
{
background-color: #49F6C1;
}
</style>
border-color css
<style>
span { border-color: #49F6C1; }
span { border-color: rgb(73,246,193); }
td.TdClassName
{
border-color: #49F6C1;
}
.TagClassName
{
border-color: #49F6C1;
}
</style>