Shades of Turquoise #49FFCD
Tints of Turquoise #49FFCD
RGB
CMYK
RGB Variations
Color information
#49FFCD (or 0x49FFCD) is known color: Turquoise. HEX triplet: 49, FF and CD. RGB value is (73,255,205). Sum of RGB (Red+Green+Blue) = 73+255+205=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFCD is #B60032. Grayscale: #C2C2C2. Windows color (decimal): -11927603 or 13500233. OLE color: 13500233.
HSL color Cylindrical-coordinate representation of color #49FFCD: hue angle of 163.52º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFCD is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 205 | - |
| CMYK | 0.71 | 0 | 0.20 | 0 |
| HSL | 163.52º | 1% | 0.64% | - |
| HSV(B) | 163.52º | 0.71% | 1% | - |
| XYZ | 49.53 | 77.34 | 70.08 | - |
| YUV | 194.88 | 133.7 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 205 | 0.71 | 0 | 0.20 | 0 | 163.52 | 1 | 0.64 |
| Hex | 49 | FF | CD | 47 | 0 | 14 | 0 | A4 | 64 | 40 |
| Octal | 111 | 377 | 315 | 107 | 0 | 24 | 0 | 244 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11001101 | 1000111 | 0 | 10100 | 0 | 10100100 | 1100100 | 1000000 |
Color Harmonies of #49FFCD
Complementary color
Monochromatic Colors of #49FFCD
Black with #49FFCD
Text Example
Text Example
White with #49FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFCD; }
p { color: rgb(73,255,205); }
H1.HeaderClassName
{
color: #49FFCD;
}
.AnyTagClassName
{
color: #49FFCD;
}
</style>
background-color css
<style>
a { background-color: #49FFCD; }
a { background-color: rgb(73,255,205); }
div.DivClassName
{
background-color: #49FFCD;
}
.BgClassName
{
background-color: #49FFCD;
}
</style>
border-color css
<style>
span { border-color: #49FFCD; }
span { border-color: rgb(73,255,205); }
td.TdClassName
{
border-color: #49FFCD;
}
.TagClassName
{
border-color: #49FFCD;
}
</style>