Shades of Turquoise #44E2BC
Tints of Turquoise #44E2BC
RGB
CMYK
RGB Variations
Color information
#44E2BC (or 0x44E2BC) is known color: Turquoise. HEX triplet: 44, E2 and BC. RGB value is (68,226,188). Sum of RGB (Red+Green+Blue) = 68+226+188=482 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.11% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #44E2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E2BC is #BB1D43. Grayscale: #AEAEAE. Windows color (decimal): -12262724 or 12378692. OLE color: 12378692.
HSL color Cylindrical-coordinate representation of color #44E2BC: hue angle of 165.57º 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 #44E2BC is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 226 | 188 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.11 |
| HSL | 165.57º | 0.73% | 0.58% | - |
| HSV(B) | 165.57º | 0.7% | 0.89% | - |
| XYZ | 38.66 | 59.25 | 56.98 | - |
| YUV | 174.43 | 135.65 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 226 | 188 | 0.70 | 0 | 0.17 | 0.11 | 165.57 | 0.73 | 0.58 |
| Hex | 44 | E2 | BC | 46 | 0 | 11 | B | A6 | 49 | 3A |
| Octal | 104 | 342 | 274 | 106 | 0 | 21 | 13 | 246 | 111 | 72 |
| Binary | 1000100 | 11100010 | 10111100 | 1000110 | 0 | 10001 | 1011 | 10100110 | 1001001 | 111010 |
Color Harmonies of #44E2BC
Complementary color
Monochromatic Colors of #44E2BC
Black with #44E2BC
Text Example
Text Example
White with #44E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E2BC; }
p { color: rgb(68,226,188); }
H1.HeaderClassName
{
color: #44E2BC;
}
.AnyTagClassName
{
color: #44E2BC;
}
</style>
background-color css
<style>
a { background-color: #44E2BC; }
a { background-color: rgb(68,226,188); }
div.DivClassName
{
background-color: #44E2BC;
}
.BgClassName
{
background-color: #44E2BC;
}
</style>
border-color css
<style>
span { border-color: #44E2BC; }
span { border-color: rgb(68,226,188); }
td.TdClassName
{
border-color: #44E2BC;
}
.TagClassName
{
border-color: #44E2BC;
}
</style>