Shades of Turquoise #49FEC5
Tints of Turquoise #49FEC5
RGB
CMYK
RGB Variations
Color information
#49FEC5 (or 0x49FEC5) is known color: Turquoise. HEX triplet: 49, FE and C5. RGB value is (73,254,197). Sum of RGB (Red+Green+Blue) = 73+254+197=524 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.93% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEC5 is #B6013A. Grayscale: #C1C1C1. Windows color (decimal): -11927867 or 12975689. OLE color: 12975689.
HSL color Cylindrical-coordinate representation of color #49FEC5: hue angle of 161.1º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FEC5 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 197 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.00 |
| HSL | 161.11º | 0.99% | 0.64% | - |
| HSV(B) | 161.11º | 0.71% | 1% | - |
| XYZ | 48.27 | 76.33 | 65.01 | - |
| YUV | 193.38 | 130.03 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 197 | 0.71 | 0 | 0.22 | 0.00 | 161.11 | 0.99 | 0.64 |
| Hex | 49 | FE | C5 | 47 | 0 | 16 | 0 | A1 | 63 | 40 |
| Octal | 111 | 376 | 305 | 107 | 0 | 26 | 0 | 241 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11000101 | 1000111 | 0 | 10110 | 0 | 10100001 | 1100011 | 1000000 |
Color Harmonies of #49FEC5
Complementary color
Monochromatic Colors of #49FEC5
Black with #49FEC5
Text Example
Text Example
White with #49FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEC5; }
p { color: rgb(73,254,197); }
H1.HeaderClassName
{
color: #49FEC5;
}
.AnyTagClassName
{
color: #49FEC5;
}
</style>
background-color css
<style>
a { background-color: #49FEC5; }
a { background-color: rgb(73,254,197); }
div.DivClassName
{
background-color: #49FEC5;
}
.BgClassName
{
background-color: #49FEC5;
}
</style>
border-color css
<style>
span { border-color: #49FEC5; }
span { border-color: rgb(73,254,197); }
td.TdClassName
{
border-color: #49FEC5;
}
.TagClassName
{
border-color: #49FEC5;
}
</style>