Shades of Turquoise #44DDB3
Tints of Turquoise #44DDB3
RGB
CMYK
RGB Variations
Color information
#44DDB3 (or 0x44DDB3) is known color: Turquoise. HEX triplet: 44, DD and B3. RGB value is (68,221,179). Sum of RGB (Red+Green+Blue) = 68+221+179=468 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.53% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDB3 is #BB224C. Grayscale: #AAAAAA. Windows color (decimal): -12264013 or 11787588. OLE color: 11787588.
HSL color Cylindrical-coordinate representation of color #44DDB3: hue angle of 163.53º 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 #44DDB3 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 179 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.13 |
| HSL | 163.53º | 0.69% | 0.57% | - |
| HSV(B) | 163.53º | 0.69% | 0.87% | - |
| XYZ | 36.38 | 56.2 | 51.58 | - |
| YUV | 170.47 | 132.81 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 179 | 0.69 | 0 | 0.19 | 0.13 | 163.53 | 0.69 | 0.57 |
| Hex | 44 | DD | B3 | 45 | 0 | 13 | D | A4 | 45 | 39 |
| Octal | 104 | 335 | 263 | 105 | 0 | 23 | 15 | 244 | 105 | 71 |
| Binary | 1000100 | 11011101 | 10110011 | 1000101 | 0 | 10011 | 1101 | 10100100 | 1000101 | 111001 |
Color Harmonies of #44DDB3
Complementary color
Monochromatic Colors of #44DDB3
Black with #44DDB3
Text Example
Text Example
White with #44DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DDB3; }
p { color: rgb(68,221,179); }
H1.HeaderClassName
{
color: #44DDB3;
}
.AnyTagClassName
{
color: #44DDB3;
}
</style>
background-color css
<style>
a { background-color: #44DDB3; }
a { background-color: rgb(68,221,179); }
div.DivClassName
{
background-color: #44DDB3;
}
.BgClassName
{
background-color: #44DDB3;
}
</style>
border-color css
<style>
span { border-color: #44DDB3; }
span { border-color: rgb(68,221,179); }
td.TdClassName
{
border-color: #44DDB3;
}
.TagClassName
{
border-color: #44DDB3;
}
</style>