Shades of Turquoise #49EFB2
Tints of Turquoise #49EFB2
RGB
CMYK
RGB Variations
Color information
#49EFB2 (or 0x49EFB2) is known color: Turquoise. HEX triplet: 49, EF and B2. RGB value is (73,239,178). Sum of RGB (Red+Green+Blue) = 73+239+178=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EFB2 is #B6104D. Grayscale: #B6B6B6. Windows color (decimal): -11931726 or 11726665. OLE color: 11726665.
HSL color Cylindrical-coordinate representation of color #49EFB2: hue angle of 157.95º 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 #49EFB2 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 178 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.06 |
| HSL | 157.95º | 0.84% | 0.61% | - |
| HSV(B) | 157.95º | 0.69% | 0.94% | - |
| XYZ | 41.65 | 66.36 | 52.73 | - |
| YUV | 182.41 | 125.5 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 178 | 0.69 | 0 | 0.26 | 0.06 | 157.95 | 0.84 | 0.61 |
| Hex | 49 | EF | B2 | 45 | 0 | 1A | 6 | 9E | 54 | 3D |
| Octal | 111 | 357 | 262 | 105 | 0 | 32 | 6 | 236 | 124 | 75 |
| Binary | 1001001 | 11101111 | 10110010 | 1000101 | 0 | 11010 | 110 | 10011110 | 1010100 | 111101 |
Color Harmonies of #49EFB2
Complementary color
Monochromatic Colors of #49EFB2
Black with #49EFB2
Text Example
Text Example
White with #49EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFB2; }
p { color: rgb(73,239,178); }
H1.HeaderClassName
{
color: #49EFB2;
}
.AnyTagClassName
{
color: #49EFB2;
}
</style>
background-color css
<style>
a { background-color: #49EFB2; }
a { background-color: rgb(73,239,178); }
div.DivClassName
{
background-color: #49EFB2;
}
.BgClassName
{
background-color: #49EFB2;
}
</style>
border-color css
<style>
span { border-color: #49EFB2; }
span { border-color: rgb(73,239,178); }
td.TdClassName
{
border-color: #49EFB2;
}
.TagClassName
{
border-color: #49EFB2;
}
</style>