Shades of Turquoise #49FEE4
Tints of Turquoise #49FEE4
RGB
CMYK
RGB Variations
Color information
#49FEE4 (or 0x49FEE4) is known color: Turquoise. HEX triplet: 49, FE and E4. RGB value is (73,254,228). Sum of RGB (Red+Green+Blue) = 73+254+228=555 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.15% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEE4 is #B6011B. Grayscale: #C4C4C4. Windows color (decimal): -11927836 or 15007305. OLE color: 15007305.
HSL color Cylindrical-coordinate representation of color #49FEE4: hue angle of 171.38º 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 #49FEE4 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 228 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.00 |
| HSL | 171.38º | 0.99% | 0.64% | - |
| HSV(B) | 171.38º | 0.71% | 1% | - |
| XYZ | 52.19 | 77.9 | 85.68 | - |
| YUV | 196.92 | 145.53 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 228 | 0.71 | 0 | 0.10 | 0.00 | 171.38 | 0.99 | 0.64 |
| Hex | 49 | FE | E4 | 47 | 0 | A | 0 | AB | 63 | 40 |
| Octal | 111 | 376 | 344 | 107 | 0 | 12 | 0 | 253 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11100100 | 1000111 | 0 | 1010 | 0 | 10101011 | 1100011 | 1000000 |
Color Harmonies of #49FEE4
Complementary color
Monochromatic Colors of #49FEE4
Black with #49FEE4
Text Example
Text Example
White with #49FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEE4; }
p { color: rgb(73,254,228); }
H1.HeaderClassName
{
color: #49FEE4;
}
.AnyTagClassName
{
color: #49FEE4;
}
</style>
background-color css
<style>
a { background-color: #49FEE4; }
a { background-color: rgb(73,254,228); }
div.DivClassName
{
background-color: #49FEE4;
}
.BgClassName
{
background-color: #49FEE4;
}
</style>
border-color css
<style>
span { border-color: #49FEE4; }
span { border-color: rgb(73,254,228); }
td.TdClassName
{
border-color: #49FEE4;
}
.TagClassName
{
border-color: #49FEE4;
}
</style>