Shades of Turquoise #49DCDF
Tints of Turquoise #49DCDF
RGB
CMYK
RGB Variations
Color information
#49DCDF (or 0x49DCDF) is known color: Turquoise. HEX triplet: 49, DC and DF. RGB value is (73,220,223). Sum of RGB (Red+Green+Blue) = 73+220+223=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #49DCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCDF is #B62320. Grayscale: #B0B0B0. Windows color (decimal): -11936545 or 14670921. OLE color: 14670921.
HSL color Cylindrical-coordinate representation of color #49DCDF: hue angle of 181.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCDF is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 220 | 223 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.13 |
| HSL | 181.2º | 0.7% | 0.58% | - |
| HSV(B) | 181.2º | 0.67% | 0.87% | - |
| XYZ | 41.66 | 57.93 | 78.8 | - |
| YUV | 176.39 | 154.3 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 223 | 0.67 | 0.01 | 0 | 0.13 | 181.2 | 0.7 | 0.58 |
| Hex | 49 | DC | DF | 43 | 1 | 0 | D | B5 | 46 | 3A |
| Octal | 111 | 334 | 337 | 103 | 1 | 0 | 15 | 265 | 106 | 72 |
| Binary | 1001001 | 11011100 | 11011111 | 1000011 | 1 | 0 | 1101 | 10110101 | 1000110 | 111010 |
Color Harmonies of #49DCDF
Complementary color
Monochromatic Colors of #49DCDF
Black with #49DCDF
Text Example
Text Example
White with #49DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCDF; }
p { color: rgb(73,220,223); }
H1.HeaderClassName
{
color: #49DCDF;
}
.AnyTagClassName
{
color: #49DCDF;
}
</style>
background-color css
<style>
a { background-color: #49DCDF; }
a { background-color: rgb(73,220,223); }
div.DivClassName
{
background-color: #49DCDF;
}
.BgClassName
{
background-color: #49DCDF;
}
</style>
border-color css
<style>
span { border-color: #49DCDF; }
span { border-color: rgb(73,220,223); }
td.TdClassName
{
border-color: #49DCDF;
}
.TagClassName
{
border-color: #49DCDF;
}
</style>