Shades of Turquoise #44F7B2
Tints of Turquoise #44F7B2
RGB
CMYK
RGB Variations
Color information
#44F7B2 (or 0x44F7B2) is known color: Turquoise. HEX triplet: 44, F7 and B2. RGB value is (68,247,178). Sum of RGB (Red+Green+Blue) = 68+247+178=493 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.79% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #44F7B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F7B2 is #BB084D. Grayscale: #B9B9B9. Windows color (decimal): -12257358 or 11728708. OLE color: 11728708.
HSL color Cylindrical-coordinate representation of color #44F7B2: hue angle of 156.87º 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 #44F7B2 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 247 | 178 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.03 |
| HSL | 156.87º | 0.92% | 0.62% | - |
| HSV(B) | 156.87º | 0.72% | 0.97% | - |
| XYZ | 43.68 | 70.96 | 53.51 | - |
| YUV | 185.61 | 123.7 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 247 | 178 | 0.72 | 0 | 0.28 | 0.03 | 156.87 | 0.92 | 0.62 |
| Hex | 44 | F7 | B2 | 48 | 0 | 1C | 3 | 9D | 5C | 3E |
| Octal | 104 | 367 | 262 | 110 | 0 | 34 | 3 | 235 | 134 | 76 |
| Binary | 1000100 | 11110111 | 10110010 | 1001000 | 0 | 11100 | 11 | 10011101 | 1011100 | 111110 |
Color Harmonies of #44F7B2
Complementary color
Monochromatic Colors of #44F7B2
Black with #44F7B2
Text Example
Text Example
White with #44F7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F7B2; }
p { color: rgb(68,247,178); }
H1.HeaderClassName
{
color: #44F7B2;
}
.AnyTagClassName
{
color: #44F7B2;
}
</style>
background-color css
<style>
a { background-color: #44F7B2; }
a { background-color: rgb(68,247,178); }
div.DivClassName
{
background-color: #44F7B2;
}
.BgClassName
{
background-color: #44F7B2;
}
</style>
border-color css
<style>
span { border-color: #44F7B2; }
span { border-color: rgb(68,247,178); }
td.TdClassName
{
border-color: #44F7B2;
}
.TagClassName
{
border-color: #44F7B2;
}
</style>