Shades of Turquoise #44DBB9
Tints of Turquoise #44DBB9
RGB
CMYK
RGB Variations
Color information
#44DBB9 (or 0x44DBB9) is known color: Turquoise. HEX triplet: 44, DB and B9. RGB value is (68,219,185). Sum of RGB (Red+Green+Blue) = 68+219+185=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #44DBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DBB9 is #BB2446. Grayscale: #A9A9A9. Windows color (decimal): -12264519 or 12180292. OLE color: 12180292.
HSL color Cylindrical-coordinate representation of color #44DBB9: hue angle of 166.49º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DBB9 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 219 | 185 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.14 |
| HSL | 166.49º | 0.68% | 0.56% | - |
| HSV(B) | 166.49º | 0.69% | 0.86% | - |
| XYZ | 36.47 | 55.39 | 54.67 | - |
| YUV | 169.98 | 136.47 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 185 | 0.69 | 0 | 0.16 | 0.14 | 166.49 | 0.68 | 0.56 |
| Hex | 44 | DB | B9 | 45 | 0 | 10 | E | A6 | 44 | 38 |
| Octal | 104 | 333 | 271 | 105 | 0 | 20 | 16 | 246 | 104 | 70 |
| Binary | 1000100 | 11011011 | 10111001 | 1000101 | 0 | 10000 | 1110 | 10100110 | 1000100 | 111000 |
Color Harmonies of #44DBB9
Complementary color
Monochromatic Colors of #44DBB9
Black with #44DBB9
Text Example
Text Example
White with #44DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBB9; }
p { color: rgb(68,219,185); }
H1.HeaderClassName
{
color: #44DBB9;
}
.AnyTagClassName
{
color: #44DBB9;
}
</style>
background-color css
<style>
a { background-color: #44DBB9; }
a { background-color: rgb(68,219,185); }
div.DivClassName
{
background-color: #44DBB9;
}
.BgClassName
{
background-color: #44DBB9;
}
</style>
border-color css
<style>
span { border-color: #44DBB9; }
span { border-color: rgb(68,219,185); }
td.TdClassName
{
border-color: #44DBB9;
}
.TagClassName
{
border-color: #44DBB9;
}
</style>