Shades of Turquoise #49FCCA
Tints of Turquoise #49FCCA
RGB
CMYK
RGB Variations
Color information
#49FCCA (or 0x49FCCA) is known color: Turquoise. HEX triplet: 49, FC and CA. RGB value is (73,252,202). Sum of RGB (Red+Green+Blue) = 73+252+202=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCCA is #B60335. Grayscale: #C0C0C0. Windows color (decimal): -11928374 or 13302857. OLE color: 13302857.
HSL color Cylindrical-coordinate representation of color #49FCCA: hue angle of 163.24º 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 #49FCCA is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 202 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.01 |
| HSL | 163.24º | 0.97% | 0.64% | - |
| HSV(B) | 163.24º | 0.71% | 0.99% | - |
| XYZ | 48.22 | 75.3 | 67.87 | - |
| YUV | 192.78 | 133.2 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 202 | 0.71 | 0 | 0.20 | 0.01 | 163.24 | 0.97 | 0.64 |
| Hex | 49 | FC | CA | 47 | 0 | 14 | 1 | A3 | 61 | 40 |
| Octal | 111 | 374 | 312 | 107 | 0 | 24 | 1 | 243 | 141 | 100 |
| Binary | 1001001 | 11111100 | 11001010 | 1000111 | 0 | 10100 | 1 | 10100011 | 1100001 | 1000000 |
Color Harmonies of #49FCCA
Complementary color
Monochromatic Colors of #49FCCA
Black with #49FCCA
Text Example
Text Example
White with #49FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCCA; }
p { color: rgb(73,252,202); }
H1.HeaderClassName
{
color: #49FCCA;
}
.AnyTagClassName
{
color: #49FCCA;
}
</style>
background-color css
<style>
a { background-color: #49FCCA; }
a { background-color: rgb(73,252,202); }
div.DivClassName
{
background-color: #49FCCA;
}
.BgClassName
{
background-color: #49FCCA;
}
</style>
border-color css
<style>
span { border-color: #49FCCA; }
span { border-color: rgb(73,252,202); }
td.TdClassName
{
border-color: #49FCCA;
}
.TagClassName
{
border-color: #49FCCA;
}
</style>