Shades of Turquoise #49FBCD
Tints of Turquoise #49FBCD
RGB
CMYK
RGB Variations
Color information
#49FBCD (or 0x49FBCD) is known color: Turquoise. HEX triplet: 49, FB and CD. RGB value is (73,251,205). Sum of RGB (Red+Green+Blue) = 73+251+205=529 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.80% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBCD is #B60432. Grayscale: #C0C0C0. Windows color (decimal): -11928627 or 13499209. OLE color: 13499209.
HSL color Cylindrical-coordinate representation of color #49FBCD: hue angle of 164.49º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FBCD is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 205 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.02 |
| HSL | 164.49º | 0.96% | 0.64% | - |
| HSV(B) | 164.49º | 0.71% | 0.98% | - |
| XYZ | 48.26 | 74.82 | 69.66 | - |
| YUV | 192.53 | 135.03 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 205 | 0.71 | 0 | 0.18 | 0.02 | 164.49 | 0.96 | 0.64 |
| Hex | 49 | FB | CD | 47 | 0 | 12 | 2 | A4 | 60 | 40 |
| Octal | 111 | 373 | 315 | 107 | 0 | 22 | 2 | 244 | 140 | 100 |
| Binary | 1001001 | 11111011 | 11001101 | 1000111 | 0 | 10010 | 10 | 10100100 | 1100000 | 1000000 |
Color Harmonies of #49FBCD
Complementary color
Monochromatic Colors of #49FBCD
Black with #49FBCD
Text Example
Text Example
White with #49FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FBCD; }
p { color: rgb(73,251,205); }
H1.HeaderClassName
{
color: #49FBCD;
}
.AnyTagClassName
{
color: #49FBCD;
}
</style>
background-color css
<style>
a { background-color: #49FBCD; }
a { background-color: rgb(73,251,205); }
div.DivClassName
{
background-color: #49FBCD;
}
.BgClassName
{
background-color: #49FBCD;
}
</style>
border-color css
<style>
span { border-color: #49FBCD; }
span { border-color: rgb(73,251,205); }
td.TdClassName
{
border-color: #49FBCD;
}
.TagClassName
{
border-color: #49FBCD;
}
</style>