Shades of Turquoise #49EBDD
Tints of Turquoise #49EBDD
RGB
CMYK
RGB Variations
Color information
#49EBDD (or 0x49EBDD) is known color: Turquoise. HEX triplet: 49, EB and DD. RGB value is (73,235,221). Sum of RGB (Red+Green+Blue) = 73+235+221=529 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.80% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBDD is #B61422. Grayscale: #B8B8B8. Windows color (decimal): -11932707 or 14543689. OLE color: 14543689.
HSL color Cylindrical-coordinate representation of color #49EBDD: hue angle of 174.81º 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 #49EBDD is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 235 | 221 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.08 |
| HSL | 174.81º | 0.8% | 0.6% | - |
| HSV(B) | 174.81º | 0.69% | 0.92% | - |
| XYZ | 45.51 | 66.05 | 78.76 | - |
| YUV | 184.97 | 148.33 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 221 | 0.69 | 0 | 0.06 | 0.08 | 174.81 | 0.8 | 0.6 |
| Hex | 49 | EB | DD | 45 | 0 | 6 | 8 | AF | 50 | 3C |
| Octal | 111 | 353 | 335 | 105 | 0 | 6 | 10 | 257 | 120 | 74 |
| Binary | 1001001 | 11101011 | 11011101 | 1000101 | 0 | 110 | 1000 | 10101111 | 1010000 | 111100 |
Color Harmonies of #49EBDD
Complementary color
Monochromatic Colors of #49EBDD
Black with #49EBDD
Text Example
Text Example
White with #49EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EBDD; }
p { color: rgb(73,235,221); }
H1.HeaderClassName
{
color: #49EBDD;
}
.AnyTagClassName
{
color: #49EBDD;
}
</style>
background-color css
<style>
a { background-color: #49EBDD; }
a { background-color: rgb(73,235,221); }
div.DivClassName
{
background-color: #49EBDD;
}
.BgClassName
{
background-color: #49EBDD;
}
</style>
border-color css
<style>
span { border-color: #49EBDD; }
span { border-color: rgb(73,235,221); }
td.TdClassName
{
border-color: #49EBDD;
}
.TagClassName
{
border-color: #49EBDD;
}
</style>