Shades of Turquoise #49E9C5
Tints of Turquoise #49E9C5
RGB
CMYK
RGB Variations
Color information
#49E9C5 (or 0x49E9C5) is known color: Turquoise. HEX triplet: 49, E9 and C5. RGB value is (73,233,197). Sum of RGB (Red+Green+Blue) = 73+233+197=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #49E9C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E9C5 is #B6163A. Grayscale: #B5B5B5. Windows color (decimal): -11933243 or 12970313. OLE color: 12970313.
HSL color Cylindrical-coordinate representation of color #49E9C5: hue angle of 166.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E9C5 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 233 | 197 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.09 |
| HSL | 166.5º | 0.78% | 0.6% | - |
| HSV(B) | 166.5º | 0.69% | 0.91% | - |
| XYZ | 41.96 | 63.73 | 62.91 | - |
| YUV | 181.06 | 136.99 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 233 | 197 | 0.69 | 0 | 0.15 | 0.09 | 166.5 | 0.78 | 0.6 |
| Hex | 49 | E9 | C5 | 45 | 0 | F | 9 | A6 | 4E | 3C |
| Octal | 111 | 351 | 305 | 105 | 0 | 17 | 11 | 246 | 116 | 74 |
| Binary | 1001001 | 11101001 | 11000101 | 1000101 | 0 | 1111 | 1001 | 10100110 | 1001110 | 111100 |
Color Harmonies of #49E9C5
Complementary color
Monochromatic Colors of #49E9C5
Black with #49E9C5
Text Example
Text Example
White with #49E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E9C5; }
p { color: rgb(73,233,197); }
H1.HeaderClassName
{
color: #49E9C5;
}
.AnyTagClassName
{
color: #49E9C5;
}
</style>
background-color css
<style>
a { background-color: #49E9C5; }
a { background-color: rgb(73,233,197); }
div.DivClassName
{
background-color: #49E9C5;
}
.BgClassName
{
background-color: #49E9C5;
}
</style>
border-color css
<style>
span { border-color: #49E9C5; }
span { border-color: rgb(73,233,197); }
td.TdClassName
{
border-color: #49E9C5;
}
.TagClassName
{
border-color: #49E9C5;
}
</style>