Shades of Turquoise #49EFF1
Tints of Turquoise #49EFF1
RGB
CMYK
RGB Variations
Color information
#49EFF1 (or 0x49EFF1) is known color: Turquoise. HEX triplet: 49, EF and F1. RGB value is (73,239,241). Sum of RGB (Red+Green+Blue) = 73+239+241=553 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.20% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #49EFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EFF1 is #B6100E. Grayscale: #BDBDBD. Windows color (decimal): -11931663 or 15855433. OLE color: 15855433.
HSL color Cylindrical-coordinate representation of color #49EFF1: hue angle of 180.71º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49EFF1 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 239 | 241 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.05 |
| HSL | 180.71º | 0.86% | 0.62% | - |
| HSV(B) | 180.71º | 0.7% | 0.95% | - |
| XYZ | 49.49 | 69.5 | 94.03 | - |
| YUV | 189.59 | 157 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 241 | 0.70 | 0.01 | 0 | 0.05 | 180.71 | 0.86 | 0.62 |
| Hex | 49 | EF | F1 | 46 | 1 | 0 | 5 | B5 | 56 | 3E |
| Octal | 111 | 357 | 361 | 106 | 1 | 0 | 5 | 265 | 126 | 76 |
| Binary | 1001001 | 11101111 | 11110001 | 1000110 | 1 | 0 | 101 | 10110101 | 1010110 | 111110 |
Color Harmonies of #49EFF1
Complementary color
Monochromatic Colors of #49EFF1
Black with #49EFF1
Text Example
Text Example
White with #49EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFF1; }
p { color: rgb(73,239,241); }
H1.HeaderClassName
{
color: #49EFF1;
}
.AnyTagClassName
{
color: #49EFF1;
}
</style>
background-color css
<style>
a { background-color: #49EFF1; }
a { background-color: rgb(73,239,241); }
div.DivClassName
{
background-color: #49EFF1;
}
.BgClassName
{
background-color: #49EFF1;
}
</style>
border-color css
<style>
span { border-color: #49EFF1; }
span { border-color: rgb(73,239,241); }
td.TdClassName
{
border-color: #49EFF1;
}
.TagClassName
{
border-color: #49EFF1;
}
</style>