Shades of Turquoise #49FCCD
Tints of Turquoise #49FCCD
RGB
CMYK
RGB Variations
Color information
#49FCCD (or 0x49FCCD) is known color: Turquoise. HEX triplet: 49, FC and CD. RGB value is (73,252,205). Sum of RGB (Red+Green+Blue) = 73+252+205=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCCD is #B60332. Grayscale: #C1C1C1. Windows color (decimal): -11928371 or 13499465. OLE color: 13499465.
HSL color Cylindrical-coordinate representation of color #49FCCD: hue angle of 164.25º 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 #49FCCD is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 205 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.01 |
| HSL | 164.25º | 0.97% | 0.64% | - |
| HSV(B) | 164.25º | 0.71% | 0.99% | - |
| XYZ | 48.58 | 75.45 | 69.76 | - |
| YUV | 193.12 | 134.7 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 205 | 0.71 | 0 | 0.19 | 0.01 | 164.25 | 0.97 | 0.64 |
| Hex | 49 | FC | CD | 47 | 0 | 13 | 1 | A4 | 61 | 40 |
| Octal | 111 | 374 | 315 | 107 | 0 | 23 | 1 | 244 | 141 | 100 |
| Binary | 1001001 | 11111100 | 11001101 | 1000111 | 0 | 10011 | 1 | 10100100 | 1100001 | 1000000 |
Color Harmonies of #49FCCD
Complementary color
Monochromatic Colors of #49FCCD
Black with #49FCCD
Text Example
Text Example
White with #49FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCCD; }
p { color: rgb(73,252,205); }
H1.HeaderClassName
{
color: #49FCCD;
}
.AnyTagClassName
{
color: #49FCCD;
}
</style>
background-color css
<style>
a { background-color: #49FCCD; }
a { background-color: rgb(73,252,205); }
div.DivClassName
{
background-color: #49FCCD;
}
.BgClassName
{
background-color: #49FCCD;
}
</style>
border-color css
<style>
span { border-color: #49FCCD; }
span { border-color: rgb(73,252,205); }
td.TdClassName
{
border-color: #49FCCD;
}
.TagClassName
{
border-color: #49FCCD;
}
</style>