Shades of Turquoise #44E2D8
Tints of Turquoise #44E2D8
RGB
CMYK
RGB Variations
Color information
#44E2D8 (or 0x44E2D8) is known color: Turquoise. HEX triplet: 44, E2 and D8. RGB value is (68,226,216). Sum of RGB (Red+Green+Blue) = 68+226+216=510 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.33% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #44E2D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E2D8 is #BB1D27. Grayscale: #B1B1B1. Windows color (decimal): -12262696 or 14213700. OLE color: 14213700.
HSL color Cylindrical-coordinate representation of color #44E2D8: hue angle of 176.2º 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 #44E2D8 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 226 | 216 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.11 |
| HSL | 176.2º | 0.73% | 0.58% | - |
| HSV(B) | 176.2º | 0.7% | 0.89% | - |
| XYZ | 41.97 | 60.58 | 74.45 | - |
| YUV | 177.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 226 | 216 | 0.70 | 0 | 0.04 | 0.11 | 176.2 | 0.73 | 0.58 |
| Hex | 44 | E2 | D8 | 46 | 0 | 4 | B | B0 | 49 | 3A |
| Octal | 104 | 342 | 330 | 106 | 0 | 4 | 13 | 260 | 111 | 72 |
| Binary | 1000100 | 11100010 | 11011000 | 1000110 | 0 | 100 | 1011 | 10110000 | 1001001 | 111010 |
Color Harmonies of #44E2D8
Complementary color
Monochromatic Colors of #44E2D8
Black with #44E2D8
Text Example
Text Example
White with #44E2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E2D8; }
p { color: rgb(68,226,216); }
H1.HeaderClassName
{
color: #44E2D8;
}
.AnyTagClassName
{
color: #44E2D8;
}
</style>
background-color css
<style>
a { background-color: #44E2D8; }
a { background-color: rgb(68,226,216); }
div.DivClassName
{
background-color: #44E2D8;
}
.BgClassName
{
background-color: #44E2D8;
}
</style>
border-color css
<style>
span { border-color: #44E2D8; }
span { border-color: rgb(68,226,216); }
td.TdClassName
{
border-color: #44E2D8;
}
.TagClassName
{
border-color: #44E2D8;
}
</style>