Shades of Turquoise #44DFB9
Tints of Turquoise #44DFB9
RGB
CMYK
RGB Variations
Color information
#44DFB9 (or 0x44DFB9) is known color: Turquoise. HEX triplet: 44, DF and B9. RGB value is (68,223,185). Sum of RGB (Red+Green+Blue) = 68+223+185=476 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.29% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #44DFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DFB9 is #BB2046. Grayscale: #ACACAC. Windows color (decimal): -12263495 or 12181316. OLE color: 12181316.
HSL color Cylindrical-coordinate representation of color #44DFB9: hue angle of 165.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44DFB9 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 223 | 185 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.13 |
| HSL | 165.29º | 0.71% | 0.57% | - |
| HSV(B) | 165.29º | 0.7% | 0.87% | - |
| XYZ | 37.53 | 57.51 | 55.02 | - |
| YUV | 172.32 | 135.15 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 185 | 0.70 | 0 | 0.17 | 0.13 | 165.29 | 0.71 | 0.57 |
| Hex | 44 | DF | B9 | 46 | 0 | 11 | D | A5 | 47 | 39 |
| Octal | 104 | 337 | 271 | 106 | 0 | 21 | 15 | 245 | 107 | 71 |
| Binary | 1000100 | 11011111 | 10111001 | 1000110 | 0 | 10001 | 1101 | 10100101 | 1000111 | 111001 |
Color Harmonies of #44DFB9
Complementary color
Monochromatic Colors of #44DFB9
Black with #44DFB9
Text Example
Text Example
White with #44DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DFB9; }
p { color: rgb(68,223,185); }
H1.HeaderClassName
{
color: #44DFB9;
}
.AnyTagClassName
{
color: #44DFB9;
}
</style>
background-color css
<style>
a { background-color: #44DFB9; }
a { background-color: rgb(68,223,185); }
div.DivClassName
{
background-color: #44DFB9;
}
.BgClassName
{
background-color: #44DFB9;
}
</style>
border-color css
<style>
span { border-color: #44DFB9; }
span { border-color: rgb(68,223,185); }
td.TdClassName
{
border-color: #44DFB9;
}
.TagClassName
{
border-color: #44DFB9;
}
</style>