Shades of Turquoise #44ECBA
Tints of Turquoise #44ECBA
RGB
CMYK
RGB Variations
Color information
#44ECBA (or 0x44ECBA) is known color: Turquoise. HEX triplet: 44, EC and BA. RGB value is (68,236,186). Sum of RGB (Red+Green+Blue) = 68+236+186=490 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.88% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #44ECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44ECBA is #BB1345. Grayscale: #B4B4B4. Windows color (decimal): -12260166 or 12250180. OLE color: 12250180.
HSL color Cylindrical-coordinate representation of color #44ECBA: hue angle of 162.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44ECBA is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 186 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.07 |
| HSL | 162.14º | 0.82% | 0.6% | - |
| HSV(B) | 162.14º | 0.71% | 0.93% | - |
| XYZ | 41.24 | 64.77 | 56.78 | - |
| YUV | 180.07 | 131.34 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 186 | 0.71 | 0 | 0.21 | 0.07 | 162.14 | 0.82 | 0.6 |
| Hex | 44 | EC | BA | 47 | 0 | 15 | 7 | A2 | 52 | 3C |
| Octal | 104 | 354 | 272 | 107 | 0 | 25 | 7 | 242 | 122 | 74 |
| Binary | 1000100 | 11101100 | 10111010 | 1000111 | 0 | 10101 | 111 | 10100010 | 1010010 | 111100 |
Color Harmonies of #44ECBA
Complementary color
Monochromatic Colors of #44ECBA
Black with #44ECBA
Text Example
Text Example
White with #44ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ECBA; }
p { color: rgb(68,236,186); }
H1.HeaderClassName
{
color: #44ECBA;
}
.AnyTagClassName
{
color: #44ECBA;
}
</style>
background-color css
<style>
a { background-color: #44ECBA; }
a { background-color: rgb(68,236,186); }
div.DivClassName
{
background-color: #44ECBA;
}
.BgClassName
{
background-color: #44ECBA;
}
</style>
border-color css
<style>
span { border-color: #44ECBA; }
span { border-color: rgb(68,236,186); }
td.TdClassName
{
border-color: #44ECBA;
}
.TagClassName
{
border-color: #44ECBA;
}
</style>