Shades of Turquoise #49F2E5
Tints of Turquoise #49F2E5
RGB
CMYK
RGB Variations
Color information
#49F2E5 (or 0x49F2E5) is known color: Turquoise. HEX triplet: 49, F2 and E5. RGB value is (73,242,229). Sum of RGB (Red+Green+Blue) = 73+242+229=544 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.42% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2E5 is #B60D1A. Grayscale: #BDBDBD. Windows color (decimal): -11930907 or 15069769. OLE color: 15069769.
HSL color Cylindrical-coordinate representation of color #49F2E5: hue angle of 175.38º 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 #49F2E5 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 229 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.05 |
| HSL | 175.38º | 0.87% | 0.62% | - |
| HSV(B) | 175.38º | 0.7% | 0.95% | - |
| XYZ | 48.64 | 70.58 | 85.19 | - |
| YUV | 189.99 | 150.01 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 229 | 0.70 | 0 | 0.05 | 0.05 | 175.38 | 0.87 | 0.62 |
| Hex | 49 | F2 | E5 | 46 | 0 | 5 | 5 | AF | 57 | 3E |
| Octal | 111 | 362 | 345 | 106 | 0 | 5 | 5 | 257 | 127 | 76 |
| Binary | 1001001 | 11110010 | 11100101 | 1000110 | 0 | 101 | 101 | 10101111 | 1010111 | 111110 |
Color Harmonies of #49F2E5
Complementary color
Monochromatic Colors of #49F2E5
Black with #49F2E5
Text Example
Text Example
White with #49F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F2E5; }
p { color: rgb(73,242,229); }
H1.HeaderClassName
{
color: #49F2E5;
}
.AnyTagClassName
{
color: #49F2E5;
}
</style>
background-color css
<style>
a { background-color: #49F2E5; }
a { background-color: rgb(73,242,229); }
div.DivClassName
{
background-color: #49F2E5;
}
.BgClassName
{
background-color: #49F2E5;
}
</style>
border-color css
<style>
span { border-color: #49F2E5; }
span { border-color: rgb(73,242,229); }
td.TdClassName
{
border-color: #49F2E5;
}
.TagClassName
{
border-color: #49F2E5;
}
</style>