Shades of Turquoise #44E5BA
Tints of Turquoise #44E5BA
RGB
CMYK
RGB Variations
Color information
#44E5BA (or 0x44E5BA) is known color: Turquoise. HEX triplet: 44, E5 and BA. RGB value is (68,229,186). Sum of RGB (Red+Green+Blue) = 68+229+186=483 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.08% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #44E5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E5BA is #BB1A45. Grayscale: #AFAFAF. Windows color (decimal): -12261958 or 12248388. OLE color: 12248388.
HSL color Cylindrical-coordinate representation of color #44E5BA: hue angle of 163.98º 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 #44E5BA is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 229 | 186 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.10 |
| HSL | 163.98º | 0.76% | 0.58% | - |
| HSV(B) | 163.98º | 0.7% | 0.9% | - |
| XYZ | 39.27 | 60.81 | 56.12 | - |
| YUV | 175.96 | 133.66 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 229 | 186 | 0.70 | 0 | 0.19 | 0.10 | 163.98 | 0.76 | 0.58 |
| Hex | 44 | E5 | BA | 46 | 0 | 13 | A | A4 | 4C | 3A |
| Octal | 104 | 345 | 272 | 106 | 0 | 23 | 12 | 244 | 114 | 72 |
| Binary | 1000100 | 11100101 | 10111010 | 1000110 | 0 | 10011 | 1010 | 10100100 | 1001100 | 111010 |
Color Harmonies of #44E5BA
Complementary color
Monochromatic Colors of #44E5BA
Black with #44E5BA
Text Example
Text Example
White with #44E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E5BA; }
p { color: rgb(68,229,186); }
H1.HeaderClassName
{
color: #44E5BA;
}
.AnyTagClassName
{
color: #44E5BA;
}
</style>
background-color css
<style>
a { background-color: #44E5BA; }
a { background-color: rgb(68,229,186); }
div.DivClassName
{
background-color: #44E5BA;
}
.BgClassName
{
background-color: #44E5BA;
}
</style>
border-color css
<style>
span { border-color: #44E5BA; }
span { border-color: rgb(68,229,186); }
td.TdClassName
{
border-color: #44E5BA;
}
.TagClassName
{
border-color: #44E5BA;
}
</style>