Shades of Turquoise #49DFD2
Tints of Turquoise #49DFD2
RGB
CMYK
RGB Variations
Color information
#49DFD2 (or 0x49DFD2) is known color: Turquoise. HEX triplet: 49, DF and D2. RGB value is (73,223,210). Sum of RGB (Red+Green+Blue) = 73+223+210=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFD2 is #B6202D. Grayscale: #B0B0B0. Windows color (decimal): -11935790 or 13819721. OLE color: 13819721.
HSL color Cylindrical-coordinate representation of color #49DFD2: hue angle of 174.8º 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 #49DFD2 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 210 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.13 |
| HSL | 174.8º | 0.7% | 0.58% | - |
| HSV(B) | 174.8º | 0.67% | 0.87% | - |
| XYZ | 40.77 | 58.84 | 70.18 | - |
| YUV | 176.67 | 146.81 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 210 | 0.67 | 0 | 0.06 | 0.13 | 174.8 | 0.7 | 0.58 |
| Hex | 49 | DF | D2 | 43 | 0 | 6 | D | AF | 46 | 3A |
| Octal | 111 | 337 | 322 | 103 | 0 | 6 | 15 | 257 | 106 | 72 |
| Binary | 1001001 | 11011111 | 11010010 | 1000011 | 0 | 110 | 1101 | 10101111 | 1000110 | 111010 |
Color Harmonies of #49DFD2
Complementary color
Monochromatic Colors of #49DFD2
Black with #49DFD2
Text Example
Text Example
White with #49DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DFD2; }
p { color: rgb(73,223,210); }
H1.HeaderClassName
{
color: #49DFD2;
}
.AnyTagClassName
{
color: #49DFD2;
}
</style>
background-color css
<style>
a { background-color: #49DFD2; }
a { background-color: rgb(73,223,210); }
div.DivClassName
{
background-color: #49DFD2;
}
.BgClassName
{
background-color: #49DFD2;
}
</style>
border-color css
<style>
span { border-color: #49DFD2; }
span { border-color: rgb(73,223,210); }
td.TdClassName
{
border-color: #49DFD2;
}
.TagClassName
{
border-color: #49DFD2;
}
</style>