Shades of Turquoise #49DBD4
Tints of Turquoise #49DBD4
RGB
CMYK
RGB Variations
Color information
#49DBD4 (or 0x49DBD4) is known color: Turquoise. HEX triplet: 49, DB and D4. RGB value is (73,219,212). Sum of RGB (Red+Green+Blue) = 73+219+212=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBD4 is #B6242B. Grayscale: #AEAEAE. Windows color (decimal): -11936812 or 13949769. OLE color: 13949769.
HSL color Cylindrical-coordinate representation of color #49DBD4: hue angle of 177.12º degrees, saturation: 0.67, 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 #49DBD4 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 212 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.14 |
| HSL | 177.12º | 0.67% | 0.57% | - |
| HSV(B) | 177.12º | 0.67% | 0.86% | - |
| XYZ | 39.96 | 56.83 | 71.15 | - |
| YUV | 174.55 | 149.13 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 212 | 0.67 | 0 | 0.03 | 0.14 | 177.12 | 0.67 | 0.57 |
| Hex | 49 | DB | D4 | 43 | 0 | 3 | E | B1 | 43 | 39 |
| Octal | 111 | 333 | 324 | 103 | 0 | 3 | 16 | 261 | 103 | 71 |
| Binary | 1001001 | 11011011 | 11010100 | 1000011 | 0 | 11 | 1110 | 10110001 | 1000011 | 111001 |
Color Harmonies of #49DBD4
Complementary color
Monochromatic Colors of #49DBD4
Black with #49DBD4
Text Example
Text Example
White with #49DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBD4; }
p { color: rgb(73,219,212); }
H1.HeaderClassName
{
color: #49DBD4;
}
.AnyTagClassName
{
color: #49DBD4;
}
</style>
background-color css
<style>
a { background-color: #49DBD4; }
a { background-color: rgb(73,219,212); }
div.DivClassName
{
background-color: #49DBD4;
}
.BgClassName
{
background-color: #49DBD4;
}
</style>
border-color css
<style>
span { border-color: #49DBD4; }
span { border-color: rgb(73,219,212); }
td.TdClassName
{
border-color: #49DBD4;
}
.TagClassName
{
border-color: #49DBD4;
}
</style>