Shades of Turquoise #44E1DD
Tints of Turquoise #44E1DD
RGB
CMYK
RGB Variations
Color information
#44E1DD (or 0x44E1DD) is known color: Turquoise. HEX triplet: 44, E1 and DD. RGB value is (68,225,221). Sum of RGB (Red+Green+Blue) = 68+225+221=514 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.23% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #44E1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E1DD is #BB1E22. Grayscale: #B1B1B1. Windows color (decimal): -12262947 or 14541124. OLE color: 14541124.
HSL color Cylindrical-coordinate representation of color #44E1DD: hue angle of 178.47º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E1DD is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 225 | 221 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.12 |
| HSL | 178.47º | 0.72% | 0.57% | - |
| HSV(B) | 178.47º | 0.7% | 0.88% | - |
| XYZ | 42.36 | 60.3 | 77.81 | - |
| YUV | 177.6 | 152.49 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 225 | 221 | 0.70 | 0 | 0.02 | 0.12 | 178.47 | 0.72 | 0.57 |
| Hex | 44 | E1 | DD | 46 | 0 | 2 | C | B2 | 48 | 39 |
| Octal | 104 | 341 | 335 | 106 | 0 | 2 | 14 | 262 | 110 | 71 |
| Binary | 1000100 | 11100001 | 11011101 | 1000110 | 0 | 10 | 1100 | 10110010 | 1001000 | 111001 |
Color Harmonies of #44E1DD
Complementary color
Monochromatic Colors of #44E1DD
Black with #44E1DD
Text Example
Text Example
White with #44E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E1DD; }
p { color: rgb(68,225,221); }
H1.HeaderClassName
{
color: #44E1DD;
}
.AnyTagClassName
{
color: #44E1DD;
}
</style>
background-color css
<style>
a { background-color: #44E1DD; }
a { background-color: rgb(68,225,221); }
div.DivClassName
{
background-color: #44E1DD;
}
.BgClassName
{
background-color: #44E1DD;
}
</style>
border-color css
<style>
span { border-color: #44E1DD; }
span { border-color: rgb(68,225,221); }
td.TdClassName
{
border-color: #44E1DD;
}
.TagClassName
{
border-color: #44E1DD;
}
</style>