Shades of Turquoise #44E3DC
Tints of Turquoise #44E3DC
RGB
CMYK
RGB Variations
Color information
#44E3DC (or 0x44E3DC) is known color: Turquoise. HEX triplet: 44, E3 and DC. RGB value is (68,227,220). Sum of RGB (Red+Green+Blue) = 68+227+220=515 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.20% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #44E3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E3DC is #BB1C23. Grayscale: #B2B2B2. Windows color (decimal): -12262436 or 14476100. OLE color: 14476100.
HSL color Cylindrical-coordinate representation of color #44E3DC: hue angle of 177.36º degrees, saturation: 0.74, 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 #44E3DC is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 227 | 220 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.11 |
| HSL | 177.36º | 0.74% | 0.58% | - |
| HSV(B) | 177.36º | 0.7% | 0.89% | - |
| XYZ | 42.77 | 61.33 | 77.29 | - |
| YUV | 178.66 | 151.32 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 227 | 220 | 0.70 | 0 | 0.03 | 0.11 | 177.36 | 0.74 | 0.58 |
| Hex | 44 | E3 | DC | 46 | 0 | 3 | B | B1 | 4A | 3A |
| Octal | 104 | 343 | 334 | 106 | 0 | 3 | 13 | 261 | 112 | 72 |
| Binary | 1000100 | 11100011 | 11011100 | 1000110 | 0 | 11 | 1011 | 10110001 | 1001010 | 111010 |
Color Harmonies of #44E3DC
Complementary color
Monochromatic Colors of #44E3DC
Black with #44E3DC
Text Example
Text Example
White with #44E3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E3DC; }
p { color: rgb(68,227,220); }
H1.HeaderClassName
{
color: #44E3DC;
}
.AnyTagClassName
{
color: #44E3DC;
}
</style>
background-color css
<style>
a { background-color: #44E3DC; }
a { background-color: rgb(68,227,220); }
div.DivClassName
{
background-color: #44E3DC;
}
.BgClassName
{
background-color: #44E3DC;
}
</style>
border-color css
<style>
span { border-color: #44E3DC; }
span { border-color: rgb(68,227,220); }
td.TdClassName
{
border-color: #44E3DC;
}
.TagClassName
{
border-color: #44E3DC;
}
</style>