Shades of Turquoise #49DCD4
Tints of Turquoise #49DCD4
RGB
CMYK
RGB Variations
Color information
#49DCD4 (or 0x49DCD4) is known color: Turquoise. HEX triplet: 49, DC and D4. RGB value is (73,220,212). Sum of RGB (Red+Green+Blue) = 73+220+212=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCD4 is #B6232B. Grayscale: #AFAFAF. Windows color (decimal): -11936556 or 13950025. OLE color: 13950025.
HSL color Cylindrical-coordinate representation of color #49DCD4: hue angle of 176.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCD4 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 212 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.14 |
| HSL | 176.73º | 0.68% | 0.57% | - |
| HSV(B) | 176.73º | 0.67% | 0.86% | - |
| XYZ | 40.22 | 57.36 | 71.24 | - |
| YUV | 175.14 | 148.8 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 212 | 0.67 | 0 | 0.04 | 0.14 | 176.73 | 0.68 | 0.57 |
| Hex | 49 | DC | D4 | 43 | 0 | 4 | E | B1 | 44 | 39 |
| Octal | 111 | 334 | 324 | 103 | 0 | 4 | 16 | 261 | 104 | 71 |
| Binary | 1001001 | 11011100 | 11010100 | 1000011 | 0 | 100 | 1110 | 10110001 | 1000100 | 111001 |
Color Harmonies of #49DCD4
Complementary color
Monochromatic Colors of #49DCD4
Black with #49DCD4
Text Example
Text Example
White with #49DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCD4; }
p { color: rgb(73,220,212); }
H1.HeaderClassName
{
color: #49DCD4;
}
.AnyTagClassName
{
color: #49DCD4;
}
</style>
background-color css
<style>
a { background-color: #49DCD4; }
a { background-color: rgb(73,220,212); }
div.DivClassName
{
background-color: #49DCD4;
}
.BgClassName
{
background-color: #49DCD4;
}
</style>
border-color css
<style>
span { border-color: #49DCD4; }
span { border-color: rgb(73,220,212); }
td.TdClassName
{
border-color: #49DCD4;
}
.TagClassName
{
border-color: #49DCD4;
}
</style>