Shades of Turquoise #49FFE8
Tints of Turquoise #49FFE8
RGB
CMYK
RGB Variations
Color information
#49FFE8 (or 0x49FFE8) is known color: Turquoise. HEX triplet: 49, FF and E8. RGB value is (73,255,232). Sum of RGB (Red+Green+Blue) = 73+255+232=560 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.04% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFE8 is #B60017. Grayscale: #C5C5C5. Windows color (decimal): -11927576 or 15269705. OLE color: 15269705.
HSL color Cylindrical-coordinate representation of color #49FFE8: hue angle of 172.42º 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 #49FFE8 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 232 | - |
| CMYK | 0.71 | 0 | 0.09 | 0 |
| HSL | 172.42º | 1% | 0.64% | - |
| HSV(B) | 172.42º | 0.71% | 1% | - |
| XYZ | 53.07 | 78.76 | 88.75 | - |
| YUV | 197.96 | 147.2 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 232 | 0.71 | 0 | 0.09 | 0 | 172.42 | 1 | 0.64 |
| Hex | 49 | FF | E8 | 47 | 0 | 9 | 0 | AC | 64 | 40 |
| Octal | 111 | 377 | 350 | 107 | 0 | 11 | 0 | 254 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11101000 | 1000111 | 0 | 1001 | 0 | 10101100 | 1100100 | 1000000 |
Color Harmonies of #49FFE8
Complementary color
Monochromatic Colors of #49FFE8
Black with #49FFE8
Text Example
Text Example
White with #49FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFE8; }
p { color: rgb(73,255,232); }
H1.HeaderClassName
{
color: #49FFE8;
}
.AnyTagClassName
{
color: #49FFE8;
}
</style>
background-color css
<style>
a { background-color: #49FFE8; }
a { background-color: rgb(73,255,232); }
div.DivClassName
{
background-color: #49FFE8;
}
.BgClassName
{
background-color: #49FFE8;
}
</style>
border-color css
<style>
span { border-color: #49FFE8; }
span { border-color: rgb(73,255,232); }
td.TdClassName
{
border-color: #49FFE8;
}
.TagClassName
{
border-color: #49FFE8;
}
</style>