Shades of Turquoise #49EFF4
Tints of Turquoise #49EFF4
RGB
CMYK
RGB Variations
Color information
#49EFF4 (or 0x49EFF4) is known color: Turquoise. HEX triplet: 49, EF and F4. RGB value is (73,239,244). Sum of RGB (Red+Green+Blue) = 73+239+244=556 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.13% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #49EFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EFF4 is #B6100B. Grayscale: #BDBDBD. Windows color (decimal): -11931660 or 16052041. OLE color: 16052041.
HSL color Cylindrical-coordinate representation of color #49EFF4: hue angle of 181.75º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49EFF4 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 239 | 244 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.04 |
| HSL | 181.75º | 0.89% | 0.62% | - |
| HSV(B) | 181.75º | 0.7% | 0.96% | - |
| XYZ | 49.94 | 69.68 | 96.41 | - |
| YUV | 189.94 | 158.5 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 244 | 0.70 | 0.02 | 0 | 0.04 | 181.75 | 0.89 | 0.62 |
| Hex | 49 | EF | F4 | 46 | 2 | 0 | 4 | B6 | 59 | 3E |
| Octal | 111 | 357 | 364 | 106 | 2 | 0 | 4 | 266 | 131 | 76 |
| Binary | 1001001 | 11101111 | 11110100 | 1000110 | 10 | 0 | 100 | 10110110 | 1011001 | 111110 |
Color Harmonies of #49EFF4
Complementary color
Monochromatic Colors of #49EFF4
Black with #49EFF4
Text Example
Text Example
White with #49EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFF4; }
p { color: rgb(73,239,244); }
H1.HeaderClassName
{
color: #49EFF4;
}
.AnyTagClassName
{
color: #49EFF4;
}
</style>
background-color css
<style>
a { background-color: #49EFF4; }
a { background-color: rgb(73,239,244); }
div.DivClassName
{
background-color: #49EFF4;
}
.BgClassName
{
background-color: #49EFF4;
}
</style>
border-color css
<style>
span { border-color: #49EFF4; }
span { border-color: rgb(73,239,244); }
td.TdClassName
{
border-color: #49EFF4;
}
.TagClassName
{
border-color: #49EFF4;
}
</style>