Shades of Turquoise #44E5C0
Tints of Turquoise #44E5C0
RGB
CMYK
RGB Variations
Color information
#44E5C0 (or 0x44E5C0) is known color: Turquoise. HEX triplet: 44, E5 and C0. RGB value is (68,229,192). Sum of RGB (Red+Green+Blue) = 68+229+192=489 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.91% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #44E5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E5C0 is #BB1A3F. Grayscale: #B0B0B0. Windows color (decimal): -12261952 or 12641604. OLE color: 12641604.
HSL color Cylindrical-coordinate representation of color #44E5C0: hue angle of 166.21º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E5C0 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 229 | 192 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.10 |
| HSL | 166.21º | 0.76% | 0.58% | - |
| HSV(B) | 166.21º | 0.7% | 0.9% | - |
| XYZ | 39.92 | 61.07 | 59.55 | - |
| YUV | 176.64 | 136.66 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 229 | 192 | 0.70 | 0 | 0.16 | 0.10 | 166.21 | 0.76 | 0.58 |
| Hex | 44 | E5 | C0 | 46 | 0 | 10 | A | A6 | 4C | 3A |
| Octal | 104 | 345 | 300 | 106 | 0 | 20 | 12 | 246 | 114 | 72 |
| Binary | 1000100 | 11100101 | 11000000 | 1000110 | 0 | 10000 | 1010 | 10100110 | 1001100 | 111010 |
Color Harmonies of #44E5C0
Complementary color
Monochromatic Colors of #44E5C0
Black with #44E5C0
Text Example
Text Example
White with #44E5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E5C0; }
p { color: rgb(68,229,192); }
H1.HeaderClassName
{
color: #44E5C0;
}
.AnyTagClassName
{
color: #44E5C0;
}
</style>
background-color css
<style>
a { background-color: #44E5C0; }
a { background-color: rgb(68,229,192); }
div.DivClassName
{
background-color: #44E5C0;
}
.BgClassName
{
background-color: #44E5C0;
}
</style>
border-color css
<style>
span { border-color: #44E5C0; }
span { border-color: rgb(68,229,192); }
td.TdClassName
{
border-color: #44E5C0;
}
.TagClassName
{
border-color: #44E5C0;
}
</style>