Shades of Turquoise #49FFC3
Tints of Turquoise #49FFC3
RGB
CMYK
RGB Variations
Color information
#49FFC3 (or 0x49FFC3) is known color: Turquoise. HEX triplet: 49, FF and C3. RGB value is (73,255,195). Sum of RGB (Red+Green+Blue) = 73+255+195=523 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.96% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFC3 is #B6003C. Grayscale: #C1C1C1. Windows color (decimal): -11927613 or 12844873. OLE color: 12844873.
HSL color Cylindrical-coordinate representation of color #49FFC3: hue angle of 160.22º 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 #49FFC3 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 195 | - |
| CMYK | 0.71 | 0 | 0.24 | 0 |
| HSL | 160.22º | 1% | 0.64% | - |
| HSV(B) | 160.22º | 0.71% | 1% | - |
| XYZ | 48.36 | 76.88 | 63.92 | - |
| YUV | 193.74 | 128.7 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 195 | 0.71 | 0 | 0.24 | 0 | 160.22 | 1 | 0.64 |
| Hex | 49 | FF | C3 | 47 | 0 | 18 | 0 | A0 | 64 | 40 |
| Octal | 111 | 377 | 303 | 107 | 0 | 30 | 0 | 240 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11000011 | 1000111 | 0 | 11000 | 0 | 10100000 | 1100100 | 1000000 |
Color Harmonies of #49FFC3
Complementary color
Monochromatic Colors of #49FFC3
Black with #49FFC3
Text Example
Text Example
White with #49FFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFC3; }
p { color: rgb(73,255,195); }
H1.HeaderClassName
{
color: #49FFC3;
}
.AnyTagClassName
{
color: #49FFC3;
}
</style>
background-color css
<style>
a { background-color: #49FFC3; }
a { background-color: rgb(73,255,195); }
div.DivClassName
{
background-color: #49FFC3;
}
.BgClassName
{
background-color: #49FFC3;
}
</style>
border-color css
<style>
span { border-color: #49FFC3; }
span { border-color: rgb(73,255,195); }
td.TdClassName
{
border-color: #49FFC3;
}
.TagClassName
{
border-color: #49FFC3;
}
</style>