Shades of Turquoise #44E7DB
Tints of Turquoise #44E7DB
RGB
CMYK
RGB Variations
Color information
#44E7DB (or 0x44E7DB) is known color: Turquoise. HEX triplet: 44, E7 and DB. RGB value is (68,231,219). Sum of RGB (Red+Green+Blue) = 68+231+219=518 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.13% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #44E7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E7DB is #BB1824. Grayscale: #B4B4B4. Windows color (decimal): -12261413 or 14411588. OLE color: 14411588.
HSL color Cylindrical-coordinate representation of color #44E7DB: hue angle of 175.58º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44E7DB is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 231 | 219 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.09 |
| HSL | 175.58º | 0.77% | 0.59% | - |
| HSV(B) | 175.58º | 0.71% | 0.91% | - |
| XYZ | 43.75 | 63.5 | 76.97 | - |
| YUV | 180.9 | 149.5 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 231 | 219 | 0.71 | 0 | 0.05 | 0.09 | 175.58 | 0.77 | 0.59 |
| Hex | 44 | E7 | DB | 47 | 0 | 5 | 9 | B0 | 4D | 3B |
| Octal | 104 | 347 | 333 | 107 | 0 | 5 | 11 | 260 | 115 | 73 |
| Binary | 1000100 | 11100111 | 11011011 | 1000111 | 0 | 101 | 1001 | 10110000 | 1001101 | 111011 |
Color Harmonies of #44E7DB
Complementary color
Monochromatic Colors of #44E7DB
Black with #44E7DB
Text Example
Text Example
White with #44E7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E7DB; }
p { color: rgb(68,231,219); }
H1.HeaderClassName
{
color: #44E7DB;
}
.AnyTagClassName
{
color: #44E7DB;
}
</style>
background-color css
<style>
a { background-color: #44E7DB; }
a { background-color: rgb(68,231,219); }
div.DivClassName
{
background-color: #44E7DB;
}
.BgClassName
{
background-color: #44E7DB;
}
</style>
border-color css
<style>
span { border-color: #44E7DB; }
span { border-color: rgb(68,231,219); }
td.TdClassName
{
border-color: #44E7DB;
}
.TagClassName
{
border-color: #44E7DB;
}
</style>