Shades of Turquoise #49EDE4
Tints of Turquoise #49EDE4
RGB
CMYK
RGB Variations
Color information
#49EDE4 (or 0x49EDE4) is known color: Turquoise. HEX triplet: 49, ED and E4. RGB value is (73,237,228). Sum of RGB (Red+Green+Blue) = 73+237+228=538 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.57% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDE4 is #B6121B. Grayscale: #BABABA. Windows color (decimal): -11932188 or 15002953. OLE color: 15002953.
HSL color Cylindrical-coordinate representation of color #49EDE4: hue angle of 176.71º degrees, saturation: 0.82, 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 #49EDE4 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 228 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.07 |
| HSL | 176.71º | 0.82% | 0.61% | - |
| HSV(B) | 176.71º | 0.69% | 0.93% | - |
| XYZ | 47.04 | 67.59 | 83.97 | - |
| YUV | 186.94 | 151.17 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 228 | 0.69 | 0 | 0.04 | 0.07 | 176.71 | 0.82 | 0.61 |
| Hex | 49 | ED | E4 | 45 | 0 | 4 | 7 | B1 | 52 | 3D |
| Octal | 111 | 355 | 344 | 105 | 0 | 4 | 7 | 261 | 122 | 75 |
| Binary | 1001001 | 11101101 | 11100100 | 1000101 | 0 | 100 | 111 | 10110001 | 1010010 | 111101 |
Color Harmonies of #49EDE4
Complementary color
Monochromatic Colors of #49EDE4
Black with #49EDE4
Text Example
Text Example
White with #49EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDE4; }
p { color: rgb(73,237,228); }
H1.HeaderClassName
{
color: #49EDE4;
}
.AnyTagClassName
{
color: #49EDE4;
}
</style>
background-color css
<style>
a { background-color: #49EDE4; }
a { background-color: rgb(73,237,228); }
div.DivClassName
{
background-color: #49EDE4;
}
.BgClassName
{
background-color: #49EDE4;
}
</style>
border-color css
<style>
span { border-color: #49EDE4; }
span { border-color: rgb(73,237,228); }
td.TdClassName
{
border-color: #49EDE4;
}
.TagClassName
{
border-color: #49EDE4;
}
</style>