Shades of Turquoise #49FFEB
Tints of Turquoise #49FFEB
RGB
CMYK
RGB Variations
Color information
#49FFEB (or 0x49FFEB) is known color: Turquoise. HEX triplet: 49, FF and EB. RGB value is (73,255,235). Sum of RGB (Red+Green+Blue) = 73+255+235=563 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.97% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFEB is #B60014. Grayscale: #C6C6C6. Windows color (decimal): -11927573 or 15466313. OLE color: 15466313.
HSL color Cylindrical-coordinate representation of color #49FFEB: hue angle of 173.41º 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 #49FFEB is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 235 | - |
| CMYK | 0.71 | 0 | 0.08 | 0 |
| HSL | 173.41º | 1% | 0.64% | - |
| HSV(B) | 173.41º | 0.71% | 1% | - |
| XYZ | 53.5 | 78.93 | 91.01 | - |
| YUV | 198.3 | 148.7 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 235 | 0.71 | 0 | 0.08 | 0 | 173.41 | 1 | 0.64 |
| Hex | 49 | FF | EB | 47 | 0 | 8 | 0 | AD | 64 | 40 |
| Octal | 111 | 377 | 353 | 107 | 0 | 10 | 0 | 255 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11101011 | 1000111 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000000 |
Color Harmonies of #49FFEB
Complementary color
Monochromatic Colors of #49FFEB
Black with #49FFEB
Text Example
Text Example
White with #49FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFEB; }
p { color: rgb(73,255,235); }
H1.HeaderClassName
{
color: #49FFEB;
}
.AnyTagClassName
{
color: #49FFEB;
}
</style>
background-color css
<style>
a { background-color: #49FFEB; }
a { background-color: rgb(73,255,235); }
div.DivClassName
{
background-color: #49FFEB;
}
.BgClassName
{
background-color: #49FFEB;
}
</style>
border-color css
<style>
span { border-color: #49FFEB; }
span { border-color: rgb(73,255,235); }
td.TdClassName
{
border-color: #49FFEB;
}
.TagClassName
{
border-color: #49FFEB;
}
</style>