Shades of Turquoise #49F1D5
Tints of Turquoise #49F1D5
RGB
CMYK
RGB Variations
Color information
#49F1D5 (or 0x49F1D5) is known color: Turquoise. HEX triplet: 49, F1 and D5. RGB value is (73,241,213). Sum of RGB (Red+Green+Blue) = 73+241+213=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #49F1D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F1D5 is #B60E2A. Grayscale: #BBBBBB. Windows color (decimal): -11931179 or 14020937. OLE color: 14020937.
HSL color Cylindrical-coordinate representation of color #49F1D5: hue angle of 170º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F1D5 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 213 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.05 |
| HSL | 170º | 0.86% | 0.62% | - |
| HSV(B) | 170º | 0.7% | 0.95% | - |
| XYZ | 46.21 | 69.13 | 73.86 | - |
| YUV | 187.58 | 142.34 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 213 | 0.70 | 0 | 0.12 | 0.05 | 170 | 0.86 | 0.62 |
| Hex | 49 | F1 | D5 | 46 | 0 | C | 5 | AA | 56 | 3E |
| Octal | 111 | 361 | 325 | 106 | 0 | 14 | 5 | 252 | 126 | 76 |
| Binary | 1001001 | 11110001 | 11010101 | 1000110 | 0 | 1100 | 101 | 10101010 | 1010110 | 111110 |
Color Harmonies of #49F1D5
Complementary color
Monochromatic Colors of #49F1D5
Black with #49F1D5
Text Example
Text Example
White with #49F1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F1D5; }
p { color: rgb(73,241,213); }
H1.HeaderClassName
{
color: #49F1D5;
}
.AnyTagClassName
{
color: #49F1D5;
}
</style>
background-color css
<style>
a { background-color: #49F1D5; }
a { background-color: rgb(73,241,213); }
div.DivClassName
{
background-color: #49F1D5;
}
.BgClassName
{
background-color: #49F1D5;
}
</style>
border-color css
<style>
span { border-color: #49F1D5; }
span { border-color: rgb(73,241,213); }
td.TdClassName
{
border-color: #49F1D5;
}
.TagClassName
{
border-color: #49F1D5;
}
</style>