Shades of Turquoise #44E2DB
Tints of Turquoise #44E2DB
RGB
CMYK
RGB Variations
Color information
#44E2DB (or 0x44E2DB) is known color: Turquoise. HEX triplet: 44, E2 and DB. RGB value is (68,226,219). Sum of RGB (Red+Green+Blue) = 68+226+219=513 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.26% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #44E2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E2DB is #BB1D24. Grayscale: #B1B1B1. Windows color (decimal): -12262693 or 14410308. OLE color: 14410308.
HSL color Cylindrical-coordinate representation of color #44E2DB: hue angle of 177.34º 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 #44E2DB is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 226 | 219 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.11 |
| HSL | 177.34º | 0.73% | 0.58% | - |
| HSV(B) | 177.34º | 0.7% | 0.89% | - |
| XYZ | 42.37 | 60.74 | 76.51 | - |
| YUV | 177.96 | 151.15 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 226 | 219 | 0.70 | 0 | 0.03 | 0.11 | 177.34 | 0.73 | 0.58 |
| Hex | 44 | E2 | DB | 46 | 0 | 3 | B | B1 | 49 | 3A |
| Octal | 104 | 342 | 333 | 106 | 0 | 3 | 13 | 261 | 111 | 72 |
| Binary | 1000100 | 11100010 | 11011011 | 1000110 | 0 | 11 | 1011 | 10110001 | 1001001 | 111010 |
Color Harmonies of #44E2DB
Complementary color
Monochromatic Colors of #44E2DB
Black with #44E2DB
Text Example
Text Example
White with #44E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E2DB; }
p { color: rgb(68,226,219); }
H1.HeaderClassName
{
color: #44E2DB;
}
.AnyTagClassName
{
color: #44E2DB;
}
</style>
background-color css
<style>
a { background-color: #44E2DB; }
a { background-color: rgb(68,226,219); }
div.DivClassName
{
background-color: #44E2DB;
}
.BgClassName
{
background-color: #44E2DB;
}
</style>
border-color css
<style>
span { border-color: #44E2DB; }
span { border-color: rgb(68,226,219); }
td.TdClassName
{
border-color: #44E2DB;
}
.TagClassName
{
border-color: #44E2DB;
}
</style>