Shades of Turquoise #49FDD0
Tints of Turquoise #49FDD0
RGB
CMYK
RGB Variations
Color information
#49FDD0 (or 0x49FDD0) is known color: Turquoise. HEX triplet: 49, FD and D0. RGB value is (73,253,208). Sum of RGB (Red+Green+Blue) = 73+253+208=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FDD0 is #B6022F. Grayscale: #C2C2C2. Windows color (decimal): -11928112 or 13696329. OLE color: 13696329.
HSL color Cylindrical-coordinate representation of color #49FDD0: hue angle of 165º degrees, saturation: 0.98, 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 #49FDD0 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 208 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.01 |
| HSL | 165º | 0.98% | 0.64% | - |
| HSV(B) | 165º | 0.71% | 0.99% | - |
| XYZ | 49.26 | 76.22 | 71.79 | - |
| YUV | 194.05 | 135.87 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 208 | 0.71 | 0 | 0.18 | 0.01 | 165 | 0.98 | 0.64 |
| Hex | 49 | FD | D0 | 47 | 0 | 12 | 1 | A5 | 62 | 40 |
| Octal | 111 | 375 | 320 | 107 | 0 | 22 | 1 | 245 | 142 | 100 |
| Binary | 1001001 | 11111101 | 11010000 | 1000111 | 0 | 10010 | 1 | 10100101 | 1100010 | 1000000 |
Color Harmonies of #49FDD0
Complementary color
Monochromatic Colors of #49FDD0
Black with #49FDD0
Text Example
Text Example
White with #49FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FDD0; }
p { color: rgb(73,253,208); }
H1.HeaderClassName
{
color: #49FDD0;
}
.AnyTagClassName
{
color: #49FDD0;
}
</style>
background-color css
<style>
a { background-color: #49FDD0; }
a { background-color: rgb(73,253,208); }
div.DivClassName
{
background-color: #49FDD0;
}
.BgClassName
{
background-color: #49FDD0;
}
</style>
border-color css
<style>
span { border-color: #49FDD0; }
span { border-color: rgb(73,253,208); }
td.TdClassName
{
border-color: #49FDD0;
}
.TagClassName
{
border-color: #49FDD0;
}
</style>