Shades of Turquoise #44FEAB
Tints of Turquoise #44FEAB
RGB
CMYK
RGB Variations
Color information
#44FEAB (or 0x44FEAB) is known color: Turquoise. HEX triplet: 44, FE and AB. RGB value is (68,254,171). Sum of RGB (Red+Green+Blue) = 68+254+171=493 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.79% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #44FEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FEAB is #BB0154. Grayscale: #BDBDBD. Windows color (decimal): -12255573 or 11271748. OLE color: 11271748.
HSL color Cylindrical-coordinate representation of color #44FEAB: hue angle of 153.23º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FEAB is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 171 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.00 |
| HSL | 153.23º | 0.99% | 0.63% | - |
| HSV(B) | 153.23º | 0.73% | 1% | - |
| XYZ | 45.18 | 75.05 | 50.63 | - |
| YUV | 188.92 | 117.88 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 171 | 0.73 | 0 | 0.33 | 0.00 | 153.23 | 0.99 | 0.63 |
| Hex | 44 | FE | AB | 49 | 0 | 21 | 0 | 99 | 63 | 3F |
| Octal | 104 | 376 | 253 | 111 | 0 | 41 | 0 | 231 | 143 | 77 |
| Binary | 1000100 | 11111110 | 10101011 | 1001001 | 0 | 100001 | 0 | 10011001 | 1100011 | 111111 |
Color Harmonies of #44FEAB
Complementary color
Monochromatic Colors of #44FEAB
Black with #44FEAB
Text Example
Text Example
White with #44FEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FEAB; }
p { color: rgb(68,254,171); }
H1.HeaderClassName
{
color: #44FEAB;
}
.AnyTagClassName
{
color: #44FEAB;
}
</style>
background-color css
<style>
a { background-color: #44FEAB; }
a { background-color: rgb(68,254,171); }
div.DivClassName
{
background-color: #44FEAB;
}
.BgClassName
{
background-color: #44FEAB;
}
</style>
border-color css
<style>
span { border-color: #44FEAB; }
span { border-color: rgb(68,254,171); }
td.TdClassName
{
border-color: #44FEAB;
}
.TagClassName
{
border-color: #44FEAB;
}
</style>