Shades of Turquoise #49EEE3
Tints of Turquoise #49EEE3
RGB
CMYK
RGB Variations
Color information
#49EEE3 (or 0x49EEE3) is known color: Turquoise. HEX triplet: 49, EE and E3. RGB value is (73,238,227). Sum of RGB (Red+Green+Blue) = 73+238+227=538 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.57% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EEE3 is #B6111C. Grayscale: #BBBBBB. Windows color (decimal): -11931933 or 14937673. OLE color: 14937673.
HSL color Cylindrical-coordinate representation of color #49EEE3: hue angle of 176º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EEE3 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 227 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.07 |
| HSL | 176º | 0.83% | 0.61% | - |
| HSV(B) | 176º | 0.69% | 0.93% | - |
| XYZ | 47.19 | 68.11 | 83.33 | - |
| YUV | 187.41 | 150.34 | 46.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 227 | 0.69 | 0 | 0.05 | 0.07 | 176 | 0.83 | 0.61 |
| Hex | 49 | EE | E3 | 45 | 0 | 5 | 7 | B0 | 53 | 3D |
| Octal | 111 | 356 | 343 | 105 | 0 | 5 | 7 | 260 | 123 | 75 |
| Binary | 1001001 | 11101110 | 11100011 | 1000101 | 0 | 101 | 111 | 10110000 | 1010011 | 111101 |
Color Harmonies of #49EEE3
Complementary color
Monochromatic Colors of #49EEE3
Black with #49EEE3
Text Example
Text Example
White with #49EEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EEE3; }
p { color: rgb(73,238,227); }
H1.HeaderClassName
{
color: #49EEE3;
}
.AnyTagClassName
{
color: #49EEE3;
}
</style>
background-color css
<style>
a { background-color: #49EEE3; }
a { background-color: rgb(73,238,227); }
div.DivClassName
{
background-color: #49EEE3;
}
.BgClassName
{
background-color: #49EEE3;
}
</style>
border-color css
<style>
span { border-color: #49EEE3; }
span { border-color: rgb(73,238,227); }
td.TdClassName
{
border-color: #49EEE3;
}
.TagClassName
{
border-color: #49EEE3;
}
</style>