Shades of Turquoise #49EFE0
Tints of Turquoise #49EFE0
RGB
CMYK
RGB Variations
Color information
#49EFE0 (or 0x49EFE0) is known color: Turquoise. HEX triplet: 49, EF and E0. RGB value is (73,239,224). Sum of RGB (Red+Green+Blue) = 73+239+224=536 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.62% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFE0 is #B6101F. Grayscale: #BBBBBB. Windows color (decimal): -11931680 or 14741321. OLE color: 14741321.
HSL color Cylindrical-coordinate representation of color #49EFE0: hue angle of 174.58º 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 #49EFE0 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 224 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.06 |
| HSL | 174.58º | 0.84% | 0.61% | - |
| HSV(B) | 174.58º | 0.69% | 0.94% | - |
| XYZ | 47.07 | 68.53 | 81.27 | - |
| YUV | 187.66 | 148.5 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 224 | 0.69 | 0 | 0.06 | 0.06 | 174.58 | 0.84 | 0.61 |
| Hex | 49 | EF | E0 | 45 | 0 | 6 | 6 | AF | 54 | 3D |
| Octal | 111 | 357 | 340 | 105 | 0 | 6 | 6 | 257 | 124 | 75 |
| Binary | 1001001 | 11101111 | 11100000 | 1000101 | 0 | 110 | 110 | 10101111 | 1010100 | 111101 |
Color Harmonies of #49EFE0
Complementary color
Monochromatic Colors of #49EFE0
Black with #49EFE0
Text Example
Text Example
White with #49EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFE0; }
p { color: rgb(73,239,224); }
H1.HeaderClassName
{
color: #49EFE0;
}
.AnyTagClassName
{
color: #49EFE0;
}
</style>
background-color css
<style>
a { background-color: #49EFE0; }
a { background-color: rgb(73,239,224); }
div.DivClassName
{
background-color: #49EFE0;
}
.BgClassName
{
background-color: #49EFE0;
}
</style>
border-color css
<style>
span { border-color: #49EFE0; }
span { border-color: rgb(73,239,224); }
td.TdClassName
{
border-color: #49EFE0;
}
.TagClassName
{
border-color: #49EFE0;
}
</style>