Shades of Turquoise #44E2D9
Tints of Turquoise #44E2D9
RGB
CMYK
RGB Variations
Color information
#44E2D9 (or 0x44E2D9) is known color: Turquoise. HEX triplet: 44, E2 and D9. RGB value is (68,226,217). Sum of RGB (Red+Green+Blue) = 68+226+217=511 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.31% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #44E2D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E2D9 is #BB1D26. Grayscale: #B1B1B1. Windows color (decimal): -12262695 or 14279236. OLE color: 14279236.
HSL color Cylindrical-coordinate representation of color #44E2D9: hue angle of 176.58º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E2D9 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 226 | 217 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.11 |
| HSL | 176.58º | 0.73% | 0.58% | - |
| HSV(B) | 176.58º | 0.7% | 0.89% | - |
| XYZ | 42.1 | 60.63 | 75.13 | - |
| YUV | 177.73 | 150.15 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 226 | 217 | 0.70 | 0 | 0.04 | 0.11 | 176.58 | 0.73 | 0.58 |
| Hex | 44 | E2 | D9 | 46 | 0 | 4 | B | B1 | 49 | 3A |
| Octal | 104 | 342 | 331 | 106 | 0 | 4 | 13 | 261 | 111 | 72 |
| Binary | 1000100 | 11100010 | 11011001 | 1000110 | 0 | 100 | 1011 | 10110001 | 1001001 | 111010 |
Color Harmonies of #44E2D9
Complementary color
Monochromatic Colors of #44E2D9
Black with #44E2D9
Text Example
Text Example
White with #44E2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E2D9; }
p { color: rgb(68,226,217); }
H1.HeaderClassName
{
color: #44E2D9;
}
.AnyTagClassName
{
color: #44E2D9;
}
</style>
background-color css
<style>
a { background-color: #44E2D9; }
a { background-color: rgb(68,226,217); }
div.DivClassName
{
background-color: #44E2D9;
}
.BgClassName
{
background-color: #44E2D9;
}
</style>
border-color css
<style>
span { border-color: #44E2D9; }
span { border-color: rgb(68,226,217); }
td.TdClassName
{
border-color: #44E2D9;
}
.TagClassName
{
border-color: #44E2D9;
}
</style>