Shades of Pale Turquoise #A1FEFB
Tints of Pale Turquoise #A1FEFB
RGB
CMYK
RGB Variations
Color information
#A1FEFB (or 0xA1FEFB) is known color: Pale Turquoise. HEX triplet: A1, FE and FB. RGB value is (161,254,251). Sum of RGB (Red+Green+Blue) = 161+254+251=666 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.17% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEFB is #5E0104. Grayscale: #E1E1E1. Windows color (decimal): -6160645 or 16514721. OLE color: 16514721.
HSL color Cylindrical-coordinate representation of color #A1FEFB: hue angle of 178.06º 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 #A1FEFB is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 251 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.00 |
| HSL | 178.06º | 0.98% | 0.81% | - |
| HSV(B) | 178.06º | 0.37% | 1% | - |
| XYZ | 67.55 | 85.43 | 104.2 | - |
| YUV | 225.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 251 | 0.37 | 0 | 0.01 | 0.00 | 178.06 | 0.98 | 0.81 |
| Hex | A1 | FE | FB | 25 | 0 | 1 | 0 | B2 | 62 | 51 |
| Octal | 241 | 376 | 373 | 45 | 0 | 1 | 0 | 262 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11111011 | 100101 | 0 | 1 | 0 | 10110010 | 1100010 | 1010001 |
Color Harmonies of #A1FEFB
Complementary color
Monochromatic Colors of #A1FEFB
Black with #A1FEFB
Text Example
Text Example
White with #A1FEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEFB; }
p { color: rgb(161,254,251); }
H1.HeaderClassName
{
color: #A1FEFB;
}
.AnyTagClassName
{
color: #A1FEFB;
}
</style>
background-color css
<style>
a { background-color: #A1FEFB; }
a { background-color: rgb(161,254,251); }
div.DivClassName
{
background-color: #A1FEFB;
}
.BgClassName
{
background-color: #A1FEFB;
}
</style>
border-color css
<style>
span { border-color: #A1FEFB; }
span { border-color: rgb(161,254,251); }
td.TdClassName
{
border-color: #A1FEFB;
}
.TagClassName
{
border-color: #A1FEFB;
}
</style>