Shades of Turquoise #49FEE3
Tints of Turquoise #49FEE3
RGB
CMYK
RGB Variations
Color information
#49FEE3 (or 0x49FEE3) is known color: Turquoise. HEX triplet: 49, FE and E3. RGB value is (73,254,227). Sum of RGB (Red+Green+Blue) = 73+254+227=554 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.18% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEE3 is #B6011C. Grayscale: #C4C4C4. Windows color (decimal): -11927837 or 14941769. OLE color: 14941769.
HSL color Cylindrical-coordinate representation of color #49FEE3: hue angle of 171.05º 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 #49FEE3 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 227 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.00 |
| HSL | 171.05º | 0.99% | 0.64% | - |
| HSV(B) | 171.05º | 0.71% | 1% | - |
| XYZ | 52.05 | 77.85 | 84.96 | - |
| YUV | 196.8 | 145.03 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 227 | 0.71 | 0 | 0.11 | 0.00 | 171.05 | 0.99 | 0.64 |
| Hex | 49 | FE | E3 | 47 | 0 | B | 0 | AB | 63 | 40 |
| Octal | 111 | 376 | 343 | 107 | 0 | 13 | 0 | 253 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11100011 | 1000111 | 0 | 1011 | 0 | 10101011 | 1100011 | 1000000 |
Color Harmonies of #49FEE3
Complementary color
Monochromatic Colors of #49FEE3
Black with #49FEE3
Text Example
Text Example
White with #49FEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEE3; }
p { color: rgb(73,254,227); }
H1.HeaderClassName
{
color: #49FEE3;
}
.AnyTagClassName
{
color: #49FEE3;
}
</style>
background-color css
<style>
a { background-color: #49FEE3; }
a { background-color: rgb(73,254,227); }
div.DivClassName
{
background-color: #49FEE3;
}
.BgClassName
{
background-color: #49FEE3;
}
</style>
border-color css
<style>
span { border-color: #49FEE3; }
span { border-color: rgb(73,254,227); }
td.TdClassName
{
border-color: #49FEE3;
}
.TagClassName
{
border-color: #49FEE3;
}
</style>