Shades of Turquoise #44DBB6
Tints of Turquoise #44DBB6
RGB
CMYK
RGB Variations
Color information
#44DBB6 (or 0x44DBB6) is known color: Turquoise. HEX triplet: 44, DB and B6. RGB value is (68,219,182). Sum of RGB (Red+Green+Blue) = 68+219+182=469 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.50% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #44DBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DBB6 is #BB2449. Grayscale: #A9A9A9. Windows color (decimal): -12264522 or 11983684. OLE color: 11983684.
HSL color Cylindrical-coordinate representation of color #44DBB6: hue angle of 165.3º 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 #44DBB6 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 219 | 182 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.14 |
| HSL | 165.3º | 0.68% | 0.56% | - |
| HSV(B) | 165.3º | 0.69% | 0.86% | - |
| XYZ | 36.16 | 55.27 | 53.02 | - |
| YUV | 169.63 | 134.97 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 182 | 0.69 | 0 | 0.17 | 0.14 | 165.3 | 0.68 | 0.56 |
| Hex | 44 | DB | B6 | 45 | 0 | 11 | E | A5 | 44 | 38 |
| Octal | 104 | 333 | 266 | 105 | 0 | 21 | 16 | 245 | 104 | 70 |
| Binary | 1000100 | 11011011 | 10110110 | 1000101 | 0 | 10001 | 1110 | 10100101 | 1000100 | 111000 |
Color Harmonies of #44DBB6
Complementary color
Monochromatic Colors of #44DBB6
Black with #44DBB6
Text Example
Text Example
White with #44DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBB6; }
p { color: rgb(68,219,182); }
H1.HeaderClassName
{
color: #44DBB6;
}
.AnyTagClassName
{
color: #44DBB6;
}
</style>
background-color css
<style>
a { background-color: #44DBB6; }
a { background-color: rgb(68,219,182); }
div.DivClassName
{
background-color: #44DBB6;
}
.BgClassName
{
background-color: #44DBB6;
}
</style>
border-color css
<style>
span { border-color: #44DBB6; }
span { border-color: rgb(68,219,182); }
td.TdClassName
{
border-color: #44DBB6;
}
.TagClassName
{
border-color: #44DBB6;
}
</style>