Shades of Turquoise #49FFC6
Tints of Turquoise #49FFC6
RGB
CMYK
RGB Variations
Color information
#49FFC6 (or 0x49FFC6) is known color: Turquoise. HEX triplet: 49, FF and C6. RGB value is (73,255,198). Sum of RGB (Red+Green+Blue) = 73+255+198=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFC6 is #B60039. Grayscale: #C2C2C2. Windows color (decimal): -11927610 or 13041481. OLE color: 13041481.
HSL color Cylindrical-coordinate representation of color #49FFC6: hue angle of 161.21º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFC6 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 198 | - |
| CMYK | 0.71 | 0 | 0.22 | 0 |
| HSL | 161.21º | 1% | 0.64% | - |
| HSV(B) | 161.21º | 0.71% | 1% | - |
| XYZ | 48.7 | 77.01 | 65.72 | - |
| YUV | 194.08 | 130.2 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 198 | 0.71 | 0 | 0.22 | 0 | 161.21 | 1 | 0.64 |
| Hex | 49 | FF | C6 | 47 | 0 | 16 | 0 | A1 | 64 | 40 |
| Octal | 111 | 377 | 306 | 107 | 0 | 26 | 0 | 241 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11000110 | 1000111 | 0 | 10110 | 0 | 10100001 | 1100100 | 1000000 |
Color Harmonies of #49FFC6
Complementary color
Monochromatic Colors of #49FFC6
Black with #49FFC6
Text Example
Text Example
White with #49FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFC6; }
p { color: rgb(73,255,198); }
H1.HeaderClassName
{
color: #49FFC6;
}
.AnyTagClassName
{
color: #49FFC6;
}
</style>
background-color css
<style>
a { background-color: #49FFC6; }
a { background-color: rgb(73,255,198); }
div.DivClassName
{
background-color: #49FFC6;
}
.BgClassName
{
background-color: #49FFC6;
}
</style>
border-color css
<style>
span { border-color: #49FFC6; }
span { border-color: rgb(73,255,198); }
td.TdClassName
{
border-color: #49FFC6;
}
.TagClassName
{
border-color: #49FFC6;
}
</style>