Shades of Turquoise #44F2AF
Tints of Turquoise #44F2AF
RGB
CMYK
RGB Variations
Color information
#44F2AF (or 0x44F2AF) is known color: Turquoise. HEX triplet: 44, F2 and AF. RGB value is (68,242,175). Sum of RGB (Red+Green+Blue) = 68+242+175=485 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.02% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #44F2AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F2AF is #BB0D50. Grayscale: #B6B6B6. Windows color (decimal): -12258641 or 11530820. OLE color: 11530820.
HSL color Cylindrical-coordinate representation of color #44F2AF: hue angle of 156.9º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F2AF is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 175 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.05 |
| HSL | 156.9º | 0.87% | 0.61% | - |
| HSV(B) | 156.9º | 0.72% | 0.95% | - |
| XYZ | 41.87 | 67.83 | 51.44 | - |
| YUV | 182.34 | 123.85 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 175 | 0.72 | 0 | 0.28 | 0.05 | 156.9 | 0.87 | 0.61 |
| Hex | 44 | F2 | AF | 48 | 0 | 1C | 5 | 9D | 57 | 3D |
| Octal | 104 | 362 | 257 | 110 | 0 | 34 | 5 | 235 | 127 | 75 |
| Binary | 1000100 | 11110010 | 10101111 | 1001000 | 0 | 11100 | 101 | 10011101 | 1010111 | 111101 |
Color Harmonies of #44F2AF
Complementary color
Monochromatic Colors of #44F2AF
Black with #44F2AF
Text Example
Text Example
White with #44F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F2AF; }
p { color: rgb(68,242,175); }
H1.HeaderClassName
{
color: #44F2AF;
}
.AnyTagClassName
{
color: #44F2AF;
}
</style>
background-color css
<style>
a { background-color: #44F2AF; }
a { background-color: rgb(68,242,175); }
div.DivClassName
{
background-color: #44F2AF;
}
.BgClassName
{
background-color: #44F2AF;
}
</style>
border-color css
<style>
span { border-color: #44F2AF; }
span { border-color: rgb(68,242,175); }
td.TdClassName
{
border-color: #44F2AF;
}
.TagClassName
{
border-color: #44F2AF;
}
</style>