Shades of Turquoise #49F2CA
Tints of Turquoise #49F2CA
RGB
CMYK
RGB Variations
Color information
#49F2CA (or 0x49F2CA) is known color: Turquoise. HEX triplet: 49, F2 and CA. RGB value is (73,242,202). Sum of RGB (Red+Green+Blue) = 73+242+202=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2CA is #B60D35. Grayscale: #BABABA. Windows color (decimal): -11930934 or 13300297. OLE color: 13300297.
HSL color Cylindrical-coordinate representation of color #49F2CA: hue angle of 165.8º 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 #49F2CA is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 202 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.05 |
| HSL | 165.8º | 0.87% | 0.62% | - |
| HSV(B) | 165.8º | 0.7% | 0.95% | - |
| XYZ | 45.16 | 69.19 | 66.85 | - |
| YUV | 186.91 | 136.51 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 202 | 0.70 | 0 | 0.17 | 0.05 | 165.8 | 0.87 | 0.62 |
| Hex | 49 | F2 | CA | 46 | 0 | 11 | 5 | A6 | 57 | 3E |
| Octal | 111 | 362 | 312 | 106 | 0 | 21 | 5 | 246 | 127 | 76 |
| Binary | 1001001 | 11110010 | 11001010 | 1000110 | 0 | 10001 | 101 | 10100110 | 1010111 | 111110 |
Color Harmonies of #49F2CA
Complementary color
Monochromatic Colors of #49F2CA
Black with #49F2CA
Text Example
Text Example
White with #49F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F2CA; }
p { color: rgb(73,242,202); }
H1.HeaderClassName
{
color: #49F2CA;
}
.AnyTagClassName
{
color: #49F2CA;
}
</style>
background-color css
<style>
a { background-color: #49F2CA; }
a { background-color: rgb(73,242,202); }
div.DivClassName
{
background-color: #49F2CA;
}
.BgClassName
{
background-color: #49F2CA;
}
</style>
border-color css
<style>
span { border-color: #49F2CA; }
span { border-color: rgb(73,242,202); }
td.TdClassName
{
border-color: #49F2CA;
}
.TagClassName
{
border-color: #49F2CA;
}
</style>