Shades of Pale Turquoise #A1FEFE
Tints of Pale Turquoise #A1FEFE
RGB
CMYK
RGB Variations
Color information
#A1FEFE (or 0xA1FEFE) is known color: Pale Turquoise. HEX triplet: A1, FE and FE. RGB value is (161,254,254). Sum of RGB (Red+Green+Blue) = 161+254+254=669 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.07% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #A1FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEFE is #5E0101. Grayscale: #E2E2E2. Windows color (decimal): -6160642 or 16711329. OLE color: 16711329.
HSL color Cylindrical-coordinate representation of color #A1FEFE: hue angle of 180º 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 #A1FEFE is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 254 | - |
| CMYK | 0.37 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.81% | - |
| HSV(B) | 180º | 0.37% | 1% | - |
| XYZ | 68.03 | 85.62 | 106.71 | - |
| YUV | 226.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 254 | 0.37 | 0 | 0 | 0.00 | 180 | 0.98 | 0.81 |
| Hex | A1 | FE | FE | 25 | 0 | 0 | 0 | B4 | 62 | 51 |
| Octal | 241 | 376 | 376 | 45 | 0 | 0 | 0 | 264 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11111110 | 100101 | 0 | 0 | 0 | 10110100 | 1100010 | 1010001 |
Color Harmonies of #A1FEFE
Complementary color
Monochromatic Colors of #A1FEFE
Black with #A1FEFE
Text Example
Text Example
White with #A1FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEFE; }
p { color: rgb(161,254,254); }
H1.HeaderClassName
{
color: #A1FEFE;
}
.AnyTagClassName
{
color: #A1FEFE;
}
</style>
background-color css
<style>
a { background-color: #A1FEFE; }
a { background-color: rgb(161,254,254); }
div.DivClassName
{
background-color: #A1FEFE;
}
.BgClassName
{
background-color: #A1FEFE;
}
</style>
border-color css
<style>
span { border-color: #A1FEFE; }
span { border-color: rgb(161,254,254); }
td.TdClassName
{
border-color: #A1FEFE;
}
.TagClassName
{
border-color: #A1FEFE;
}
</style>