Shades of Turquoise #49EFE2
Tints of Turquoise #49EFE2
RGB
CMYK
RGB Variations
Color information
#49EFE2 (or 0x49EFE2) is known color: Turquoise. HEX triplet: 49, EF and E2. RGB value is (73,239,226). Sum of RGB (Red+Green+Blue) = 73+239+226=538 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.57% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFE2 is #B6101D. Grayscale: #BBBBBB. Windows color (decimal): -11931678 or 14872393. OLE color: 14872393.
HSL color Cylindrical-coordinate representation of color #49EFE2: hue angle of 175.3º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EFE2 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 226 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.06 |
| HSL | 175.3º | 0.84% | 0.61% | - |
| HSV(B) | 175.3º | 0.69% | 0.94% | - |
| XYZ | 47.34 | 68.64 | 82.71 | - |
| YUV | 187.88 | 149.5 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 226 | 0.69 | 0 | 0.05 | 0.06 | 175.3 | 0.84 | 0.61 |
| Hex | 49 | EF | E2 | 45 | 0 | 5 | 6 | AF | 54 | 3D |
| Octal | 111 | 357 | 342 | 105 | 0 | 5 | 6 | 257 | 124 | 75 |
| Binary | 1001001 | 11101111 | 11100010 | 1000101 | 0 | 101 | 110 | 10101111 | 1010100 | 111101 |
Color Harmonies of #49EFE2
Complementary color
Monochromatic Colors of #49EFE2
Black with #49EFE2
Text Example
Text Example
White with #49EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFE2; }
p { color: rgb(73,239,226); }
H1.HeaderClassName
{
color: #49EFE2;
}
.AnyTagClassName
{
color: #49EFE2;
}
</style>
background-color css
<style>
a { background-color: #49EFE2; }
a { background-color: rgb(73,239,226); }
div.DivClassName
{
background-color: #49EFE2;
}
.BgClassName
{
background-color: #49EFE2;
}
</style>
border-color css
<style>
span { border-color: #49EFE2; }
span { border-color: rgb(73,239,226); }
td.TdClassName
{
border-color: #49EFE2;
}
.TagClassName
{
border-color: #49EFE2;
}
</style>