Shades of Turquoise #49EFE7
Tints of Turquoise #49EFE7
RGB
CMYK
RGB Variations
Color information
#49EFE7 (or 0x49EFE7) is known color: Turquoise. HEX triplet: 49, EF and E7. RGB value is (73,239,231). Sum of RGB (Red+Green+Blue) = 73+239+231=543 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.44% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EFE7 is #B61018. Grayscale: #BCBCBC. Windows color (decimal): -11931673 or 15200073. OLE color: 15200073.
HSL color Cylindrical-coordinate representation of color #49EFE7: hue angle of 177.11º 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 #49EFE7 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 231 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.06 |
| HSL | 177.11º | 0.84% | 0.61% | - |
| HSV(B) | 177.11º | 0.69% | 0.94% | - |
| XYZ | 48.04 | 68.92 | 86.37 | - |
| YUV | 188.45 | 152 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 231 | 0.69 | 0 | 0.03 | 0.06 | 177.11 | 0.84 | 0.61 |
| Hex | 49 | EF | E7 | 45 | 0 | 3 | 6 | B1 | 54 | 3D |
| Octal | 111 | 357 | 347 | 105 | 0 | 3 | 6 | 261 | 124 | 75 |
| Binary | 1001001 | 11101111 | 11100111 | 1000101 | 0 | 11 | 110 | 10110001 | 1010100 | 111101 |
Color Harmonies of #49EFE7
Complementary color
Monochromatic Colors of #49EFE7
Black with #49EFE7
Text Example
Text Example
White with #49EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFE7; }
p { color: rgb(73,239,231); }
H1.HeaderClassName
{
color: #49EFE7;
}
.AnyTagClassName
{
color: #49EFE7;
}
</style>
background-color css
<style>
a { background-color: #49EFE7; }
a { background-color: rgb(73,239,231); }
div.DivClassName
{
background-color: #49EFE7;
}
.BgClassName
{
background-color: #49EFE7;
}
</style>
border-color css
<style>
span { border-color: #49EFE7; }
span { border-color: rgb(73,239,231); }
td.TdClassName
{
border-color: #49EFE7;
}
.TagClassName
{
border-color: #49EFE7;
}
</style>