Shades of Turquoise #49FFE3
Tints of Turquoise #49FFE3
RGB
CMYK
RGB Variations
Color information
#49FFE3 (or 0x49FFE3) is known color: Turquoise. HEX triplet: 49, FF and E3. RGB value is (73,255,227). Sum of RGB (Red+Green+Blue) = 73+255+227=555 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.15% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFE3 is #B6001C. Grayscale: #C5C5C5. Windows color (decimal): -11927581 or 14942025. OLE color: 14942025.
HSL color Cylindrical-coordinate representation of color #49FFE3: hue angle of 170.77º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFE3 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 227 | - |
| CMYK | 0.71 | 0 | 0.11 | 0 |
| HSL | 170.77º | 1% | 0.64% | - |
| HSV(B) | 170.77º | 0.71% | 1% | - |
| XYZ | 52.37 | 78.48 | 85.06 | - |
| YUV | 197.39 | 144.7 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 227 | 0.71 | 0 | 0.11 | 0 | 170.77 | 1 | 0.64 |
| Hex | 49 | FF | E3 | 47 | 0 | B | 0 | AB | 64 | 40 |
| Octal | 111 | 377 | 343 | 107 | 0 | 13 | 0 | 253 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11100011 | 1000111 | 0 | 1011 | 0 | 10101011 | 1100100 | 1000000 |
Color Harmonies of #49FFE3
Complementary color
Monochromatic Colors of #49FFE3
Black with #49FFE3
Text Example
Text Example
White with #49FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFE3; }
p { color: rgb(73,255,227); }
H1.HeaderClassName
{
color: #49FFE3;
}
.AnyTagClassName
{
color: #49FFE3;
}
</style>
background-color css
<style>
a { background-color: #49FFE3; }
a { background-color: rgb(73,255,227); }
div.DivClassName
{
background-color: #49FFE3;
}
.BgClassName
{
background-color: #49FFE3;
}
</style>
border-color css
<style>
span { border-color: #49FFE3; }
span { border-color: rgb(73,255,227); }
td.TdClassName
{
border-color: #49FFE3;
}
.TagClassName
{
border-color: #49FFE3;
}
</style>