Shades of Turquoise #44DDD5
Tints of Turquoise #44DDD5
RGB
CMYK
RGB Variations
Color information
#44DDD5 (or 0x44DDD5) is known color: Turquoise. HEX triplet: 44, DD and D5. RGB value is (68,221,213). Sum of RGB (Red+Green+Blue) = 68+221+213=502 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.55% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDD5 is #BB222A. Grayscale: #AEAEAE. Windows color (decimal): -12263979 or 14015812. OLE color: 14015812.
HSL color Cylindrical-coordinate representation of color #44DDD5: hue angle of 176.86º 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 #44DDD5 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 213 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.13 |
| HSL | 176.86º | 0.69% | 0.57% | - |
| HSV(B) | 176.86º | 0.69% | 0.87% | - |
| XYZ | 40.25 | 57.75 | 71.98 | - |
| YUV | 174.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 213 | 0.69 | 0 | 0.04 | 0.13 | 176.86 | 0.69 | 0.57 |
| Hex | 44 | DD | D5 | 45 | 0 | 4 | D | B1 | 45 | 39 |
| Octal | 104 | 335 | 325 | 105 | 0 | 4 | 15 | 261 | 105 | 71 |
| Binary | 1000100 | 11011101 | 11010101 | 1000101 | 0 | 100 | 1101 | 10110001 | 1000101 | 111001 |
Color Harmonies of #44DDD5
Complementary color
Monochromatic Colors of #44DDD5
Black with #44DDD5
Text Example
Text Example
White with #44DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DDD5; }
p { color: rgb(68,221,213); }
H1.HeaderClassName
{
color: #44DDD5;
}
.AnyTagClassName
{
color: #44DDD5;
}
</style>
background-color css
<style>
a { background-color: #44DDD5; }
a { background-color: rgb(68,221,213); }
div.DivClassName
{
background-color: #44DDD5;
}
.BgClassName
{
background-color: #44DDD5;
}
</style>
border-color css
<style>
span { border-color: #44DDD5; }
span { border-color: rgb(68,221,213); }
td.TdClassName
{
border-color: #44DDD5;
}
.TagClassName
{
border-color: #44DDD5;
}
</style>