Shades of Turquoise #49F2E2
Tints of Turquoise #49F2E2
RGB
CMYK
RGB Variations
Color information
#49F2E2 (or 0x49F2E2) is known color: Turquoise. HEX triplet: 49, F2 and E2. RGB value is (73,242,226). Sum of RGB (Red+Green+Blue) = 73+242+226=541 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.49% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2E2 is #B60D1D. Grayscale: #BDBDBD. Windows color (decimal): -11930910 or 14873161. OLE color: 14873161.
HSL color Cylindrical-coordinate representation of color #49F2E2: hue angle of 174.32º 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 #49F2E2 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 226 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.05 |
| HSL | 174.32º | 0.87% | 0.62% | - |
| HSV(B) | 174.32º | 0.7% | 0.95% | - |
| XYZ | 48.23 | 70.41 | 83 | - |
| YUV | 189.65 | 148.51 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 226 | 0.70 | 0 | 0.07 | 0.05 | 174.32 | 0.87 | 0.62 |
| Hex | 49 | F2 | E2 | 46 | 0 | 7 | 5 | AE | 57 | 3E |
| Octal | 111 | 362 | 342 | 106 | 0 | 7 | 5 | 256 | 127 | 76 |
| Binary | 1001001 | 11110010 | 11100010 | 1000110 | 0 | 111 | 101 | 10101110 | 1010111 | 111110 |
Color Harmonies of #49F2E2
Complementary color
Monochromatic Colors of #49F2E2
Black with #49F2E2
Text Example
Text Example
White with #49F2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F2E2; }
p { color: rgb(73,242,226); }
H1.HeaderClassName
{
color: #49F2E2;
}
.AnyTagClassName
{
color: #49F2E2;
}
</style>
background-color css
<style>
a { background-color: #49F2E2; }
a { background-color: rgb(73,242,226); }
div.DivClassName
{
background-color: #49F2E2;
}
.BgClassName
{
background-color: #49F2E2;
}
</style>
border-color css
<style>
span { border-color: #49F2E2; }
span { border-color: rgb(73,242,226); }
td.TdClassName
{
border-color: #49F2E2;
}
.TagClassName
{
border-color: #49F2E2;
}
</style>