Shades of Turquoise #49EFF3
Tints of Turquoise #49EFF3
RGB
CMYK
RGB Variations
Color information
#49EFF3 (or 0x49EFF3) is known color: Turquoise. HEX triplet: 49, EF and F3. RGB value is (73,239,243). Sum of RGB (Red+Green+Blue) = 73+239+243=555 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.15% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #49EFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EFF3 is #B6100C. Grayscale: #BDBDBD. Windows color (decimal): -11931661 or 15986505. OLE color: 15986505.
HSL color Cylindrical-coordinate representation of color #49EFF3: hue angle of 181.41º degrees, saturation: 0.88, 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 #49EFF3 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 239 | 243 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.05 |
| HSL | 181.41º | 0.88% | 0.62% | - |
| HSV(B) | 181.41º | 0.7% | 0.95% | - |
| XYZ | 49.79 | 69.62 | 95.61 | - |
| YUV | 189.82 | 158 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 243 | 0.70 | 0.02 | 0 | 0.05 | 181.41 | 0.88 | 0.62 |
| Hex | 49 | EF | F3 | 46 | 2 | 0 | 5 | B5 | 58 | 3E |
| Octal | 111 | 357 | 363 | 106 | 2 | 0 | 5 | 265 | 130 | 76 |
| Binary | 1001001 | 11101111 | 11110011 | 1000110 | 10 | 0 | 101 | 10110101 | 1011000 | 111110 |
Color Harmonies of #49EFF3
Complementary color
Monochromatic Colors of #49EFF3
Black with #49EFF3
Text Example
Text Example
White with #49EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFF3; }
p { color: rgb(73,239,243); }
H1.HeaderClassName
{
color: #49EFF3;
}
.AnyTagClassName
{
color: #49EFF3;
}
</style>
background-color css
<style>
a { background-color: #49EFF3; }
a { background-color: rgb(73,239,243); }
div.DivClassName
{
background-color: #49EFF3;
}
.BgClassName
{
background-color: #49EFF3;
}
</style>
border-color css
<style>
span { border-color: #49EFF3; }
span { border-color: rgb(73,239,243); }
td.TdClassName
{
border-color: #49EFF3;
}
.TagClassName
{
border-color: #49EFF3;
}
</style>