Shades of Turquoise #49F9EE
Tints of Turquoise #49F9EE
RGB
CMYK
RGB Variations
Color information
#49F9EE (or 0x49F9EE) is known color: Turquoise. HEX triplet: 49, F9 and EE. RGB value is (73,249,238). Sum of RGB (Red+Green+Blue) = 73+249+238=560 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.04% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F9EE is #B60611. Grayscale: #C2C2C2. Windows color (decimal): -11929106 or 15661385. OLE color: 15661385.
HSL color Cylindrical-coordinate representation of color #49F9EE: hue angle of 176.25º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F9EE is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 238 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.02 |
| HSL | 176.25º | 0.94% | 0.63% | - |
| HSV(B) | 176.25º | 0.71% | 0.98% | - |
| XYZ | 52.06 | 75.34 | 92.69 | - |
| YUV | 195.12 | 152.19 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 238 | 0.71 | 0 | 0.04 | 0.02 | 176.25 | 0.94 | 0.63 |
| Hex | 49 | F9 | EE | 47 | 0 | 4 | 2 | B0 | 5E | 3F |
| Octal | 111 | 371 | 356 | 107 | 0 | 4 | 2 | 260 | 136 | 77 |
| Binary | 1001001 | 11111001 | 11101110 | 1000111 | 0 | 100 | 10 | 10110000 | 1011110 | 111111 |
Color Harmonies of #49F9EE
Complementary color
Monochromatic Colors of #49F9EE
Black with #49F9EE
Text Example
Text Example
White with #49F9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F9EE; }
p { color: rgb(73,249,238); }
H1.HeaderClassName
{
color: #49F9EE;
}
.AnyTagClassName
{
color: #49F9EE;
}
</style>
background-color css
<style>
a { background-color: #49F9EE; }
a { background-color: rgb(73,249,238); }
div.DivClassName
{
background-color: #49F9EE;
}
.BgClassName
{
background-color: #49F9EE;
}
</style>
border-color css
<style>
span { border-color: #49F9EE; }
span { border-color: rgb(73,249,238); }
td.TdClassName
{
border-color: #49F9EE;
}
.TagClassName
{
border-color: #49F9EE;
}
</style>