Shades of Turquoise #49F2C2
Tints of Turquoise #49F2C2
RGB
CMYK
RGB Variations
Color information
#49F2C2 (or 0x49F2C2) is known color: Turquoise. HEX triplet: 49, F2 and C2. RGB value is (73,242,194). Sum of RGB (Red+Green+Blue) = 73+242+194=509 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.34% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2C2 is #B60D3D. Grayscale: #BABABA. Windows color (decimal): -11930942 or 12776009. OLE color: 12776009.
HSL color Cylindrical-coordinate representation of color #49F2C2: hue angle of 162.96º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2C2 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 194 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.05 |
| HSL | 162.96º | 0.87% | 0.62% | - |
| HSV(B) | 162.96º | 0.7% | 0.95% | - |
| XYZ | 44.24 | 68.82 | 61.99 | - |
| YUV | 186 | 132.51 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 194 | 0.70 | 0 | 0.20 | 0.05 | 162.96 | 0.87 | 0.62 |
| Hex | 49 | F2 | C2 | 46 | 0 | 14 | 5 | A3 | 57 | 3E |
| Octal | 111 | 362 | 302 | 106 | 0 | 24 | 5 | 243 | 127 | 76 |
| Binary | 1001001 | 11110010 | 11000010 | 1000110 | 0 | 10100 | 101 | 10100011 | 1010111 | 111110 |
Color Harmonies of #49F2C2
Complementary color
Monochromatic Colors of #49F2C2
Black with #49F2C2
Text Example
Text Example
White with #49F2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F2C2; }
p { color: rgb(73,242,194); }
H1.HeaderClassName
{
color: #49F2C2;
}
.AnyTagClassName
{
color: #49F2C2;
}
</style>
background-color css
<style>
a { background-color: #49F2C2; }
a { background-color: rgb(73,242,194); }
div.DivClassName
{
background-color: #49F2C2;
}
.BgClassName
{
background-color: #49F2C2;
}
</style>
border-color css
<style>
span { border-color: #49F2C2; }
span { border-color: rgb(73,242,194); }
td.TdClassName
{
border-color: #49F2C2;
}
.TagClassName
{
border-color: #49F2C2;
}
</style>