Shades of Turquoise #49FCC4
Tints of Turquoise #49FCC4
RGB
CMYK
RGB Variations
Color information
#49FCC4 (or 0x49FCC4) is known color: Turquoise. HEX triplet: 49, FC and C4. RGB value is (73,252,196). Sum of RGB (Red+Green+Blue) = 73+252+196=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCC4 is #B6033B. Grayscale: #C0C0C0. Windows color (decimal): -11928380 or 12909641. OLE color: 12909641.
HSL color Cylindrical-coordinate representation of color #49FCC4: hue angle of 161.23º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FCC4 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 196 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.01 |
| HSL | 161.23º | 0.97% | 0.64% | - |
| HSV(B) | 161.23º | 0.71% | 0.99% | - |
| XYZ | 47.52 | 75.02 | 64.2 | - |
| YUV | 192.1 | 130.2 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 196 | 0.71 | 0 | 0.22 | 0.01 | 161.23 | 0.97 | 0.64 |
| Hex | 49 | FC | C4 | 47 | 0 | 16 | 1 | A1 | 61 | 40 |
| Octal | 111 | 374 | 304 | 107 | 0 | 26 | 1 | 241 | 141 | 100 |
| Binary | 1001001 | 11111100 | 11000100 | 1000111 | 0 | 10110 | 1 | 10100001 | 1100001 | 1000000 |
Color Harmonies of #49FCC4
Complementary color
Monochromatic Colors of #49FCC4
Black with #49FCC4
Text Example
Text Example
White with #49FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCC4; }
p { color: rgb(73,252,196); }
H1.HeaderClassName
{
color: #49FCC4;
}
.AnyTagClassName
{
color: #49FCC4;
}
</style>
background-color css
<style>
a { background-color: #49FCC4; }
a { background-color: rgb(73,252,196); }
div.DivClassName
{
background-color: #49FCC4;
}
.BgClassName
{
background-color: #49FCC4;
}
</style>
border-color css
<style>
span { border-color: #49FCC4; }
span { border-color: rgb(73,252,196); }
td.TdClassName
{
border-color: #49FCC4;
}
.TagClassName
{
border-color: #49FCC4;
}
</style>