Shades of Turquoise #49EBCD
Tints of Turquoise #49EBCD
RGB
CMYK
RGB Variations
Color information
#49EBCD (or 0x49EBCD) is known color: Turquoise. HEX triplet: 49, EB and CD. RGB value is (73,235,205). Sum of RGB (Red+Green+Blue) = 73+235+205=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBCD is #B61432. Grayscale: #B7B7B7. Windows color (decimal): -11932723 or 13495113. OLE color: 13495113.
HSL color Cylindrical-coordinate representation of color #49EBCD: hue angle of 168.89º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EBCD is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 235 | 205 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.08 |
| HSL | 168.89º | 0.8% | 0.6% | - |
| HSV(B) | 168.89º | 0.69% | 0.92% | - |
| XYZ | 43.48 | 65.24 | 68.06 | - |
| YUV | 183.14 | 140.33 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 205 | 0.69 | 0 | 0.13 | 0.08 | 168.89 | 0.8 | 0.6 |
| Hex | 49 | EB | CD | 45 | 0 | D | 8 | A9 | 50 | 3C |
| Octal | 111 | 353 | 315 | 105 | 0 | 15 | 10 | 251 | 120 | 74 |
| Binary | 1001001 | 11101011 | 11001101 | 1000101 | 0 | 1101 | 1000 | 10101001 | 1010000 | 111100 |
Color Harmonies of #49EBCD
Complementary color
Monochromatic Colors of #49EBCD
Black with #49EBCD
Text Example
Text Example
White with #49EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EBCD; }
p { color: rgb(73,235,205); }
H1.HeaderClassName
{
color: #49EBCD;
}
.AnyTagClassName
{
color: #49EBCD;
}
</style>
background-color css
<style>
a { background-color: #49EBCD; }
a { background-color: rgb(73,235,205); }
div.DivClassName
{
background-color: #49EBCD;
}
.BgClassName
{
background-color: #49EBCD;
}
</style>
border-color css
<style>
span { border-color: #49EBCD; }
span { border-color: rgb(73,235,205); }
td.TdClassName
{
border-color: #49EBCD;
}
.TagClassName
{
border-color: #49EBCD;
}
</style>