Shades of Turquoise #49FFC2
Tints of Turquoise #49FFC2
RGB
CMYK
RGB Variations
Color information
#49FFC2 (or 0x49FFC2) is known color: Turquoise. HEX triplet: 49, FF and C2. RGB value is (73,255,194). Sum of RGB (Red+Green+Blue) = 73+255+194=522 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.98% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFC2 is #B6003D. Grayscale: #C1C1C1. Windows color (decimal): -11927614 or 12779337. OLE color: 12779337.
HSL color Cylindrical-coordinate representation of color #49FFC2: hue angle of 159.89º 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 #49FFC2 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 194 | - |
| CMYK | 0.71 | 0 | 0.24 | 0 |
| HSL | 159.89º | 1% | 0.64% | - |
| HSV(B) | 159.89º | 0.71% | 1% | - |
| XYZ | 48.25 | 76.83 | 63.33 | - |
| YUV | 193.63 | 128.2 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 194 | 0.71 | 0 | 0.24 | 0 | 159.89 | 1 | 0.64 |
| Hex | 49 | FF | C2 | 47 | 0 | 18 | 0 | A0 | 64 | 40 |
| Octal | 111 | 377 | 302 | 107 | 0 | 30 | 0 | 240 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11000010 | 1000111 | 0 | 11000 | 0 | 10100000 | 1100100 | 1000000 |
Color Harmonies of #49FFC2
Complementary color
Monochromatic Colors of #49FFC2
Black with #49FFC2
Text Example
Text Example
White with #49FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFC2; }
p { color: rgb(73,255,194); }
H1.HeaderClassName
{
color: #49FFC2;
}
.AnyTagClassName
{
color: #49FFC2;
}
</style>
background-color css
<style>
a { background-color: #49FFC2; }
a { background-color: rgb(73,255,194); }
div.DivClassName
{
background-color: #49FFC2;
}
.BgClassName
{
background-color: #49FFC2;
}
</style>
border-color css
<style>
span { border-color: #49FFC2; }
span { border-color: rgb(73,255,194); }
td.TdClassName
{
border-color: #49FFC2;
}
.TagClassName
{
border-color: #49FFC2;
}
</style>