Shades of Turquoise #49E5E4
Tints of Turquoise #49E5E4
RGB
CMYK
RGB Variations
Color information
#49E5E4 (or 0x49E5E4) is known color: Turquoise. HEX triplet: 49, E5 and E4. RGB value is (73,229,228). Sum of RGB (Red+Green+Blue) = 73+229+228=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #49E5E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E5E4 is #B61A1B. Grayscale: #B6B6B6. Windows color (decimal): -11934236 or 15000905. OLE color: 15000905.
HSL color Cylindrical-coordinate representation of color #49E5E4: hue angle of 179.62º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E5E4 is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 73 | 229 | 228 | - |
CMYK | 0.68 | 0 | 0.00 | 0.10 |
HSL | 179.62º | 0.75% | 0.59% | - |
HSV(B) | 179.62º | 0.68% | 0.9% | - |
XYZ | 44.77 | 63.06 | 83.21 | - |
YUV | 182.24 | 153.82 | 50.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 229 | 228 | 0.68 | 0 | 0.00 | 0.10 | 179.62 | 0.75 | 0.59 |
Hex | 49 | E5 | E4 | 44 | 0 | 0 | A | B4 | 4B | 3B |
Octal | 111 | 345 | 344 | 104 | 0 | 0 | 12 | 264 | 113 | 73 |
Binary | 1001001 | 11100101 | 11100100 | 1000100 | 0 | 0 | 1010 | 10110100 | 1001011 | 111011 |
Color Harmonies of #49E5E4
Complementary color
Monochromatic Colors of #49E5E4
Black with #49E5E4
Text Example
Text Example
White with #49E5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E5E4; }
p { color: rgb(73,229,228); }
H1.HeaderClassName
{
color: #49E5E4;
}
.AnyTagClassName
{
color: #49E5E4;
}
</style>
background-color css
<style>
a { background-color: #49E5E4; }
a { background-color: rgb(73,229,228); }
div.DivClassName
{
background-color: #49E5E4;
}
.BgClassName
{
background-color: #49E5E4;
}
</style>
border-color css
<style>
span { border-color: #49E5E4; }
span { border-color: rgb(73,229,228); }
td.TdClassName
{
border-color: #49E5E4;
}
.TagClassName
{
border-color: #49E5E4;
}
</style>