Shades of Turquoise #44DBB2
Tints of Turquoise #44DBB2
RGB
CMYK
RGB Variations
Color information
#44DBB2 (or 0x44DBB2) is known color: Turquoise. HEX triplet: 44, DB and B2. RGB value is (68,219,178). Sum of RGB (Red+Green+Blue) = 68+219+178=465 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.62% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #44DBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DBB2 is #BB244D. Grayscale: #A9A9A9. Windows color (decimal): -12264526 or 11721540. OLE color: 11721540.
HSL color Cylindrical-coordinate representation of color #44DBB2: hue angle of 163.71º 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 #44DBB2 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 219 | 178 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.14 |
| HSL | 163.71º | 0.68% | 0.56% | - |
| HSV(B) | 163.71º | 0.69% | 0.86% | - |
| XYZ | 35.75 | 55.11 | 50.87 | - |
| YUV | 169.18 | 132.97 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 178 | 0.69 | 0 | 0.19 | 0.14 | 163.71 | 0.68 | 0.56 |
| Hex | 44 | DB | B2 | 45 | 0 | 13 | E | A4 | 44 | 38 |
| Octal | 104 | 333 | 262 | 105 | 0 | 23 | 16 | 244 | 104 | 70 |
| Binary | 1000100 | 11011011 | 10110010 | 1000101 | 0 | 10011 | 1110 | 10100100 | 1000100 | 111000 |
Color Harmonies of #44DBB2
Complementary color
Monochromatic Colors of #44DBB2
Black with #44DBB2
Text Example
Text Example
White with #44DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBB2; }
p { color: rgb(68,219,178); }
H1.HeaderClassName
{
color: #44DBB2;
}
.AnyTagClassName
{
color: #44DBB2;
}
</style>
background-color css
<style>
a { background-color: #44DBB2; }
a { background-color: rgb(68,219,178); }
div.DivClassName
{
background-color: #44DBB2;
}
.BgClassName
{
background-color: #44DBB2;
}
</style>
border-color css
<style>
span { border-color: #44DBB2; }
span { border-color: rgb(68,219,178); }
td.TdClassName
{
border-color: #44DBB2;
}
.TagClassName
{
border-color: #44DBB2;
}
</style>