Shades of Turquoise #49FDE4
Tints of Turquoise #49FDE4
RGB
CMYK
RGB Variations
Color information
#49FDE4 (or 0x49FDE4) is known color: Turquoise. HEX triplet: 49, FD and E4. RGB value is (73,253,228). Sum of RGB (Red+Green+Blue) = 73+253+228=554 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.18% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FDE4 is #B6021B. Grayscale: #C4C4C4. Windows color (decimal): -11928092 or 15007049. OLE color: 15007049.
HSL color Cylindrical-coordinate representation of color #49FDE4: hue angle of 171.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FDE4 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 228 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.01 |
| HSL | 171.67º | 0.98% | 0.64% | - |
| HSV(B) | 171.67º | 0.71% | 0.99% | - |
| XYZ | 51.88 | 77.27 | 85.58 | - |
| YUV | 196.33 | 145.87 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 228 | 0.71 | 0 | 0.10 | 0.01 | 171.67 | 0.98 | 0.64 |
| Hex | 49 | FD | E4 | 47 | 0 | A | 1 | AC | 62 | 40 |
| Octal | 111 | 375 | 344 | 107 | 0 | 12 | 1 | 254 | 142 | 100 |
| Binary | 1001001 | 11111101 | 11100100 | 1000111 | 0 | 1010 | 1 | 10101100 | 1100010 | 1000000 |
Color Harmonies of #49FDE4
Complementary color
Monochromatic Colors of #49FDE4
Black with #49FDE4
Text Example
Text Example
White with #49FDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FDE4; }
p { color: rgb(73,253,228); }
H1.HeaderClassName
{
color: #49FDE4;
}
.AnyTagClassName
{
color: #49FDE4;
}
</style>
background-color css
<style>
a { background-color: #49FDE4; }
a { background-color: rgb(73,253,228); }
div.DivClassName
{
background-color: #49FDE4;
}
.BgClassName
{
background-color: #49FDE4;
}
</style>
border-color css
<style>
span { border-color: #49FDE4; }
span { border-color: rgb(73,253,228); }
td.TdClassName
{
border-color: #49FDE4;
}
.TagClassName
{
border-color: #49FDE4;
}
</style>