Shades of Turquoise #44DDB2
Tints of Turquoise #44DDB2
RGB
CMYK
RGB Variations
Color information
#44DDB2 (or 0x44DDB2) is known color: Turquoise. HEX triplet: 44, DD and B2. RGB value is (68,221,178). Sum of RGB (Red+Green+Blue) = 68+221+178=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DDB2 is #BB224D. Grayscale: #AAAAAA. Windows color (decimal): -12264014 or 11722052. OLE color: 11722052.
HSL color Cylindrical-coordinate representation of color #44DDB2: hue angle of 163.14º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DDB2 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 178 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.13 |
| HSL | 163.14º | 0.69% | 0.57% | - |
| HSV(B) | 163.14º | 0.69% | 0.87% | - |
| XYZ | 36.28 | 56.16 | 51.05 | - |
| YUV | 170.35 | 132.31 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 178 | 0.69 | 0 | 0.19 | 0.13 | 163.14 | 0.69 | 0.57 |
| Hex | 44 | DD | B2 | 45 | 0 | 13 | D | A3 | 45 | 39 |
| Octal | 104 | 335 | 262 | 105 | 0 | 23 | 15 | 243 | 105 | 71 |
| Binary | 1000100 | 11011101 | 10110010 | 1000101 | 0 | 10011 | 1101 | 10100011 | 1000101 | 111001 |
Color Harmonies of #44DDB2
Complementary color
Monochromatic Colors of #44DDB2
Black with #44DDB2
Text Example
Text Example
White with #44DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DDB2; }
p { color: rgb(68,221,178); }
H1.HeaderClassName
{
color: #44DDB2;
}
.AnyTagClassName
{
color: #44DDB2;
}
</style>
background-color css
<style>
a { background-color: #44DDB2; }
a { background-color: rgb(68,221,178); }
div.DivClassName
{
background-color: #44DDB2;
}
.BgClassName
{
background-color: #44DDB2;
}
</style>
border-color css
<style>
span { border-color: #44DDB2; }
span { border-color: rgb(68,221,178); }
td.TdClassName
{
border-color: #44DDB2;
}
.TagClassName
{
border-color: #44DDB2;
}
</style>