Shades of Turquoise #49E2E6
Tints of Turquoise #49E2E6
RGB
CMYK
RGB Variations
Color information
#49E2E6 (or 0x49E2E6) is known color: Turquoise. HEX triplet: 49, E2 and E6. RGB value is (73,226,230). Sum of RGB (Red+Green+Blue) = 73+226+230=529 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.80% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #49E2E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E2E6 is #B61D19. Grayscale: #B4B4B4. Windows color (decimal): -11935002 or 15131209. OLE color: 15131209.
HSL color Cylindrical-coordinate representation of color #49E2E6: hue angle of 181.53º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E2E6 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 226 | 230 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.10 |
| HSL | 181.53º | 0.76% | 0.59% | - |
| HSV(B) | 181.53º | 0.68% | 0.9% | - |
| XYZ | 44.23 | 61.52 | 84.41 | - |
| YUV | 180.71 | 155.81 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 226 | 230 | 0.68 | 0.02 | 0 | 0.10 | 181.53 | 0.76 | 0.59 |
| Hex | 49 | E2 | E6 | 44 | 2 | 0 | A | B6 | 4C | 3B |
| Octal | 111 | 342 | 346 | 104 | 2 | 0 | 12 | 266 | 114 | 73 |
| Binary | 1001001 | 11100010 | 11100110 | 1000100 | 10 | 0 | 1010 | 10110110 | 1001100 | 111011 |
Color Harmonies of #49E2E6
Complementary color
Monochromatic Colors of #49E2E6
Black with #49E2E6
Text Example
Text Example
White with #49E2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E2E6; }
p { color: rgb(73,226,230); }
H1.HeaderClassName
{
color: #49E2E6;
}
.AnyTagClassName
{
color: #49E2E6;
}
</style>
background-color css
<style>
a { background-color: #49E2E6; }
a { background-color: rgb(73,226,230); }
div.DivClassName
{
background-color: #49E2E6;
}
.BgClassName
{
background-color: #49E2E6;
}
</style>
border-color css
<style>
span { border-color: #49E2E6; }
span { border-color: rgb(73,226,230); }
td.TdClassName
{
border-color: #49E2E6;
}
.TagClassName
{
border-color: #49E2E6;
}
</style>