Shades of Turquoise #44DDD0
Tints of Turquoise #44DDD0
RGB
CMYK
RGB Variations
Color information
#44DDD0 (or 0x44DDD0) is known color: Turquoise. HEX triplet: 44, DD and D0. RGB value is (68,221,208). Sum of RGB (Red+Green+Blue) = 68+221+208=497 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.68% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDD0 is #BB222F. Grayscale: #ADADAD. Windows color (decimal): -12263984 or 13688132. OLE color: 13688132.
HSL color Cylindrical-coordinate representation of color #44DDD0: hue angle of 174.9º 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 #44DDD0 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 208 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.13 |
| HSL | 174.9º | 0.69% | 0.57% | - |
| HSV(B) | 174.9º | 0.69% | 0.87% | - |
| XYZ | 39.63 | 57.5 | 68.68 | - |
| YUV | 173.77 | 147.31 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 208 | 0.69 | 0 | 0.06 | 0.13 | 174.9 | 0.69 | 0.57 |
| Hex | 44 | DD | D0 | 45 | 0 | 6 | D | AF | 45 | 39 |
| Octal | 104 | 335 | 320 | 105 | 0 | 6 | 15 | 257 | 105 | 71 |
| Binary | 1000100 | 11011101 | 11010000 | 1000101 | 0 | 110 | 1101 | 10101111 | 1000101 | 111001 |
Color Harmonies of #44DDD0
Complementary color
Monochromatic Colors of #44DDD0
Black with #44DDD0
Text Example
Text Example
White with #44DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DDD0; }
p { color: rgb(68,221,208); }
H1.HeaderClassName
{
color: #44DDD0;
}
.AnyTagClassName
{
color: #44DDD0;
}
</style>
background-color css
<style>
a { background-color: #44DDD0; }
a { background-color: rgb(68,221,208); }
div.DivClassName
{
background-color: #44DDD0;
}
.BgClassName
{
background-color: #44DDD0;
}
</style>
border-color css
<style>
span { border-color: #44DDD0; }
span { border-color: rgb(68,221,208); }
td.TdClassName
{
border-color: #44DDD0;
}
.TagClassName
{
border-color: #44DDD0;
}
</style>