Shades of Turquoise #49FCDD
Tints of Turquoise #49FCDD
RGB
CMYK
RGB Variations
Color information
#49FCDD (or 0x49FCDD) is known color: Turquoise. HEX triplet: 49, FC and DD. RGB value is (73,252,221). Sum of RGB (Red+Green+Blue) = 73+252+221=546 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.37% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCDD is #B60322. Grayscale: #C2C2C2. Windows color (decimal): -11928355 or 14548041. OLE color: 14548041.
HSL color Cylindrical-coordinate representation of color #49FCDD: hue angle of 169.61º 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 #49FCDD is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 221 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.01 |
| HSL | 169.61º | 0.97% | 0.64% | - |
| HSV(B) | 169.61º | 0.71% | 0.99% | - |
| XYZ | 50.61 | 76.26 | 80.46 | - |
| YUV | 194.95 | 142.7 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 221 | 0.71 | 0 | 0.12 | 0.01 | 169.61 | 0.97 | 0.64 |
| Hex | 49 | FC | DD | 47 | 0 | C | 1 | AA | 61 | 40 |
| Octal | 111 | 374 | 335 | 107 | 0 | 14 | 1 | 252 | 141 | 100 |
| Binary | 1001001 | 11111100 | 11011101 | 1000111 | 0 | 1100 | 1 | 10101010 | 1100001 | 1000000 |
Color Harmonies of #49FCDD
Complementary color
Monochromatic Colors of #49FCDD
Black with #49FCDD
Text Example
Text Example
White with #49FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCDD; }
p { color: rgb(73,252,221); }
H1.HeaderClassName
{
color: #49FCDD;
}
.AnyTagClassName
{
color: #49FCDD;
}
</style>
background-color css
<style>
a { background-color: #49FCDD; }
a { background-color: rgb(73,252,221); }
div.DivClassName
{
background-color: #49FCDD;
}
.BgClassName
{
background-color: #49FCDD;
}
</style>
border-color css
<style>
span { border-color: #49FCDD; }
span { border-color: rgb(73,252,221); }
td.TdClassName
{
border-color: #49FCDD;
}
.TagClassName
{
border-color: #49FCDD;
}
</style>