Shades of Turquoise #49EEF4
Tints of Turquoise #49EEF4
RGB
CMYK
RGB Variations
Color information
#49EEF4 (or 0x49EEF4) is known color: Turquoise. HEX triplet: 49, EE and F4. RGB value is (73,238,244). Sum of RGB (Red+Green+Blue) = 73+238+244=555 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.15% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #49EEF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EEF4 is #B6110B. Grayscale: #BDBDBD. Windows color (decimal): -11931916 or 16051785. OLE color: 16051785.
HSL color Cylindrical-coordinate representation of color #49EEF4: hue angle of 182.11º 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 #49EEF4 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 238 | 244 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.04 |
| HSL | 182.11º | 0.89% | 0.62% | - |
| HSV(B) | 182.11º | 0.7% | 0.96% | - |
| XYZ | 49.65 | 69.1 | 96.31 | - |
| YUV | 189.35 | 158.84 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 244 | 0.70 | 0.02 | 0 | 0.04 | 182.11 | 0.89 | 0.62 |
| Hex | 49 | EE | F4 | 46 | 2 | 0 | 4 | B6 | 59 | 3E |
| Octal | 111 | 356 | 364 | 106 | 2 | 0 | 4 | 266 | 131 | 76 |
| Binary | 1001001 | 11101110 | 11110100 | 1000110 | 10 | 0 | 100 | 10110110 | 1011001 | 111110 |
Color Harmonies of #49EEF4
Complementary color
Monochromatic Colors of #49EEF4
Black with #49EEF4
Text Example
Text Example
White with #49EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EEF4; }
p { color: rgb(73,238,244); }
H1.HeaderClassName
{
color: #49EEF4;
}
.AnyTagClassName
{
color: #49EEF4;
}
</style>
background-color css
<style>
a { background-color: #49EEF4; }
a { background-color: rgb(73,238,244); }
div.DivClassName
{
background-color: #49EEF4;
}
.BgClassName
{
background-color: #49EEF4;
}
</style>
border-color css
<style>
span { border-color: #49EEF4; }
span { border-color: rgb(73,238,244); }
td.TdClassName
{
border-color: #49EEF4;
}
.TagClassName
{
border-color: #49EEF4;
}
</style>