Shades of Pale Turquoise #A1FEF7
Tints of Pale Turquoise #A1FEF7
RGB
CMYK
RGB Variations
Color information
#A1FEF7 (or 0xA1FEF7) is known color: Pale Turquoise. HEX triplet: A1, FE and F7. RGB value is (161,254,247). Sum of RGB (Red+Green+Blue) = 161+254+247=662 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.32% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEF7 is #5E0108. Grayscale: #E1E1E1. Windows color (decimal): -6160649 or 16252577. OLE color: 16252577.
HSL color Cylindrical-coordinate representation of color #A1FEF7: hue angle of 175.48º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FEF7 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 247 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.00 |
| HSL | 175.48º | 0.98% | 0.81% | - |
| HSV(B) | 175.48º | 0.37% | 1% | - |
| XYZ | 66.93 | 85.18 | 100.91 | - |
| YUV | 225.4 | 140.19 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 247 | 0.37 | 0 | 0.03 | 0.00 | 175.48 | 0.98 | 0.81 |
| Hex | A1 | FE | F7 | 25 | 0 | 3 | 0 | AF | 62 | 51 |
| Octal | 241 | 376 | 367 | 45 | 0 | 3 | 0 | 257 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11110111 | 100101 | 0 | 11 | 0 | 10101111 | 1100010 | 1010001 |
Color Harmonies of #A1FEF7
Complementary color
Monochromatic Colors of #A1FEF7
Black with #A1FEF7
Text Example
Text Example
White with #A1FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEF7; }
p { color: rgb(161,254,247); }
H1.HeaderClassName
{
color: #A1FEF7;
}
.AnyTagClassName
{
color: #A1FEF7;
}
</style>
background-color css
<style>
a { background-color: #A1FEF7; }
a { background-color: rgb(161,254,247); }
div.DivClassName
{
background-color: #A1FEF7;
}
.BgClassName
{
background-color: #A1FEF7;
}
</style>
border-color css
<style>
span { border-color: #A1FEF7; }
span { border-color: rgb(161,254,247); }
td.TdClassName
{
border-color: #A1FEF7;
}
.TagClassName
{
border-color: #A1FEF7;
}
</style>