Shades of Turquoise #49FDCF
Tints of Turquoise #49FDCF
RGB
CMYK
RGB Variations
Color information
#49FDCF (or 0x49FDCF) is known color: Turquoise. HEX triplet: 49, FD and CF. RGB value is (73,253,207). Sum of RGB (Red+Green+Blue) = 73+253+207=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FDCF is #B60230. Grayscale: #C1C1C1. Windows color (decimal): -11928113 or 13630793. OLE color: 13630793.
HSL color Cylindrical-coordinate representation of color #49FDCF: hue angle of 164.67º 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 #49FDCF is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 207 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.01 |
| HSL | 164.67º | 0.98% | 0.64% | - |
| HSV(B) | 164.67º | 0.71% | 0.99% | - |
| XYZ | 49.14 | 76.17 | 71.14 | - |
| YUV | 193.94 | 135.37 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 207 | 0.71 | 0 | 0.18 | 0.01 | 164.67 | 0.98 | 0.64 |
| Hex | 49 | FD | CF | 47 | 0 | 12 | 1 | A5 | 62 | 40 |
| Octal | 111 | 375 | 317 | 107 | 0 | 22 | 1 | 245 | 142 | 100 |
| Binary | 1001001 | 11111101 | 11001111 | 1000111 | 0 | 10010 | 1 | 10100101 | 1100010 | 1000000 |
Color Harmonies of #49FDCF
Complementary color
Monochromatic Colors of #49FDCF
Black with #49FDCF
Text Example
Text Example
White with #49FDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FDCF; }
p { color: rgb(73,253,207); }
H1.HeaderClassName
{
color: #49FDCF;
}
.AnyTagClassName
{
color: #49FDCF;
}
</style>
background-color css
<style>
a { background-color: #49FDCF; }
a { background-color: rgb(73,253,207); }
div.DivClassName
{
background-color: #49FDCF;
}
.BgClassName
{
background-color: #49FDCF;
}
</style>
border-color css
<style>
span { border-color: #49FDCF; }
span { border-color: rgb(73,253,207); }
td.TdClassName
{
border-color: #49FDCF;
}
.TagClassName
{
border-color: #49FDCF;
}
</style>