Shades of Turquoise #49F3CB
Tints of Turquoise #49F3CB
RGB
CMYK
RGB Variations
Color information
#49F3CB (or 0x49F3CB) is known color: Turquoise. HEX triplet: 49, F3 and CB. RGB value is (73,243,203). Sum of RGB (Red+Green+Blue) = 73+243+203=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #49F3CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F3CB is #B60C34. Grayscale: #BBBBBB. Windows color (decimal): -11930677 or 13366089. OLE color: 13366089.
HSL color Cylindrical-coordinate representation of color #49F3CB: hue angle of 165.88º degrees, saturation: 0.88, 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 #49F3CB is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 203 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.05 |
| HSL | 165.88º | 0.88% | 0.62% | - |
| HSV(B) | 165.88º | 0.7% | 0.95% | - |
| XYZ | 45.58 | 69.83 | 67.58 | - |
| YUV | 187.61 | 136.68 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 203 | 0.70 | 0 | 0.16 | 0.05 | 165.88 | 0.88 | 0.62 |
| Hex | 49 | F3 | CB | 46 | 0 | 10 | 5 | A6 | 58 | 3E |
| Octal | 111 | 363 | 313 | 106 | 0 | 20 | 5 | 246 | 130 | 76 |
| Binary | 1001001 | 11110011 | 11001011 | 1000110 | 0 | 10000 | 101 | 10100110 | 1011000 | 111110 |
Color Harmonies of #49F3CB
Complementary color
Monochromatic Colors of #49F3CB
Black with #49F3CB
Text Example
Text Example
White with #49F3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F3CB; }
p { color: rgb(73,243,203); }
H1.HeaderClassName
{
color: #49F3CB;
}
.AnyTagClassName
{
color: #49F3CB;
}
</style>
background-color css
<style>
a { background-color: #49F3CB; }
a { background-color: rgb(73,243,203); }
div.DivClassName
{
background-color: #49F3CB;
}
.BgClassName
{
background-color: #49F3CB;
}
</style>
border-color css
<style>
span { border-color: #49F3CB; }
span { border-color: rgb(73,243,203); }
td.TdClassName
{
border-color: #49F3CB;
}
.TagClassName
{
border-color: #49F3CB;
}
</style>