Shades of Turquoise #44F7BA
Tints of Turquoise #44F7BA
RGB
CMYK
RGB Variations
Color information
#44F7BA (or 0x44F7BA) is known color: Turquoise. HEX triplet: 44, F7 and BA. RGB value is (68,247,186). Sum of RGB (Red+Green+Blue) = 68+247+186=501 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.57% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #44F7BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F7BA is #BB0845. Grayscale: #BABABA. Windows color (decimal): -12257350 or 12252996. OLE color: 12252996.
HSL color Cylindrical-coordinate representation of color #44F7BA: hue angle of 159.55º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F7BA is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 247 | 186 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.03 |
| HSL | 159.55º | 0.92% | 0.62% | - |
| HSV(B) | 159.55º | 0.72% | 0.97% | - |
| XYZ | 44.51 | 71.3 | 57.87 | - |
| YUV | 186.53 | 127.7 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 247 | 186 | 0.72 | 0 | 0.25 | 0.03 | 159.55 | 0.92 | 0.62 |
| Hex | 44 | F7 | BA | 48 | 0 | 19 | 3 | A0 | 5C | 3E |
| Octal | 104 | 367 | 272 | 110 | 0 | 31 | 3 | 240 | 134 | 76 |
| Binary | 1000100 | 11110111 | 10111010 | 1001000 | 0 | 11001 | 11 | 10100000 | 1011100 | 111110 |
Color Harmonies of #44F7BA
Complementary color
Monochromatic Colors of #44F7BA
Black with #44F7BA
Text Example
Text Example
White with #44F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F7BA; }
p { color: rgb(68,247,186); }
H1.HeaderClassName
{
color: #44F7BA;
}
.AnyTagClassName
{
color: #44F7BA;
}
</style>
background-color css
<style>
a { background-color: #44F7BA; }
a { background-color: rgb(68,247,186); }
div.DivClassName
{
background-color: #44F7BA;
}
.BgClassName
{
background-color: #44F7BA;
}
</style>
border-color css
<style>
span { border-color: #44F7BA; }
span { border-color: rgb(68,247,186); }
td.TdClassName
{
border-color: #44F7BA;
}
.TagClassName
{
border-color: #44F7BA;
}
</style>