Shades of Turquoise #44DDD4
Tints of Turquoise #44DDD4
RGB
CMYK
RGB Variations
Color information
#44DDD4 (or 0x44DDD4) is known color: Turquoise. HEX triplet: 44, DD and D4. RGB value is (68,221,212). Sum of RGB (Red+Green+Blue) = 68+221+212=501 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.57% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDD4 is #BB222B. Grayscale: #AEAEAE. Windows color (decimal): -12263980 or 13950276. OLE color: 13950276.
HSL color Cylindrical-coordinate representation of color #44DDD4: hue angle of 176.47º 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 #44DDD4 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 212 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.13 |
| HSL | 176.47º | 0.69% | 0.57% | - |
| HSV(B) | 176.47º | 0.69% | 0.87% | - |
| XYZ | 40.12 | 57.7 | 71.31 | - |
| YUV | 174.23 | 149.31 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 212 | 0.69 | 0 | 0.04 | 0.13 | 176.47 | 0.69 | 0.57 |
| Hex | 44 | DD | D4 | 45 | 0 | 4 | D | B0 | 45 | 39 |
| Octal | 104 | 335 | 324 | 105 | 0 | 4 | 15 | 260 | 105 | 71 |
| Binary | 1000100 | 11011101 | 11010100 | 1000101 | 0 | 100 | 1101 | 10110000 | 1000101 | 111001 |
Color Harmonies of #44DDD4
Complementary color
Monochromatic Colors of #44DDD4
Black with #44DDD4
Text Example
Text Example
White with #44DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DDD4; }
p { color: rgb(68,221,212); }
H1.HeaderClassName
{
color: #44DDD4;
}
.AnyTagClassName
{
color: #44DDD4;
}
</style>
background-color css
<style>
a { background-color: #44DDD4; }
a { background-color: rgb(68,221,212); }
div.DivClassName
{
background-color: #44DDD4;
}
.BgClassName
{
background-color: #44DDD4;
}
</style>
border-color css
<style>
span { border-color: #44DDD4; }
span { border-color: rgb(68,221,212); }
td.TdClassName
{
border-color: #44DDD4;
}
.TagClassName
{
border-color: #44DDD4;
}
</style>