Shades of Turquoise #49FBDB
Tints of Turquoise #49FBDB
RGB
CMYK
RGB Variations
Color information
#49FBDB (or 0x49FBDB) is known color: Turquoise. HEX triplet: 49, FB and DB. RGB value is (73,251,219). Sum of RGB (Red+Green+Blue) = 73+251+219=543 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.44% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBDB is #B60424. Grayscale: #C2C2C2. Windows color (decimal): -11928613 or 14416713. OLE color: 14416713.
HSL color Cylindrical-coordinate representation of color #49FBDB: hue angle of 169.21º 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 #49FBDB is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 219 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.02 |
| HSL | 169.21º | 0.96% | 0.64% | - |
| HSV(B) | 169.21º | 0.71% | 0.98% | - |
| XYZ | 50.03 | 75.53 | 78.96 | - |
| YUV | 194.13 | 142.03 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 219 | 0.71 | 0 | 0.13 | 0.02 | 169.21 | 0.96 | 0.64 |
| Hex | 49 | FB | DB | 47 | 0 | D | 2 | A9 | 60 | 40 |
| Octal | 111 | 373 | 333 | 107 | 0 | 15 | 2 | 251 | 140 | 100 |
| Binary | 1001001 | 11111011 | 11011011 | 1000111 | 0 | 1101 | 10 | 10101001 | 1100000 | 1000000 |
Color Harmonies of #49FBDB
Complementary color
Monochromatic Colors of #49FBDB
Black with #49FBDB
Text Example
Text Example
White with #49FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FBDB; }
p { color: rgb(73,251,219); }
H1.HeaderClassName
{
color: #49FBDB;
}
.AnyTagClassName
{
color: #49FBDB;
}
</style>
background-color css
<style>
a { background-color: #49FBDB; }
a { background-color: rgb(73,251,219); }
div.DivClassName
{
background-color: #49FBDB;
}
.BgClassName
{
background-color: #49FBDB;
}
</style>
border-color css
<style>
span { border-color: #49FBDB; }
span { border-color: rgb(73,251,219); }
td.TdClassName
{
border-color: #49FBDB;
}
.TagClassName
{
border-color: #49FBDB;
}
</style>