Shades of Pale Turquoise #A1FDFE
Tints of Pale Turquoise #A1FDFE
RGB
CMYK
RGB Variations
Color information
#A1FDFE (or 0xA1FDFE) is known color: Pale Turquoise. HEX triplet: A1, FD and FE. RGB value is (161,253,254). Sum of RGB (Red+Green+Blue) = 161+253+254=668 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.10% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDFE is #5E0201. Grayscale: #E1E1E1. Windows color (decimal): -6160898 or 16711073. OLE color: 16711073.
HSL color Cylindrical-coordinate representation of color #A1FDFE: hue angle of 180.65º 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 #A1FDFE is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 253 | 254 | - |
| CMYK | 0.37 | 0.00 | 0 | 0.00 |
| HSL | 180.65º | 0.98% | 0.81% | - |
| HSV(B) | 180.65º | 0.37% | 1% | - |
| XYZ | 67.71 | 84.98 | 106.6 | - |
| YUV | 225.61 | 144.02 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 254 | 0.37 | 0.00 | 0 | 0.00 | 180.65 | 0.98 | 0.81 |
| Hex | A1 | FD | FE | 25 | 0 | 0 | 0 | B5 | 62 | 51 |
| Octal | 241 | 375 | 376 | 45 | 0 | 0 | 0 | 265 | 142 | 121 |
| Binary | 10100001 | 11111101 | 11111110 | 100101 | 0 | 0 | 0 | 10110101 | 1100010 | 1010001 |
Color Harmonies of #A1FDFE
Complementary color
Monochromatic Colors of #A1FDFE
Black with #A1FDFE
Text Example
Text Example
White with #A1FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDFE; }
p { color: rgb(161,253,254); }
H1.HeaderClassName
{
color: #A1FDFE;
}
.AnyTagClassName
{
color: #A1FDFE;
}
</style>
background-color css
<style>
a { background-color: #A1FDFE; }
a { background-color: rgb(161,253,254); }
div.DivClassName
{
background-color: #A1FDFE;
}
.BgClassName
{
background-color: #A1FDFE;
}
</style>
border-color css
<style>
span { border-color: #A1FDFE; }
span { border-color: rgb(161,253,254); }
td.TdClassName
{
border-color: #A1FDFE;
}
.TagClassName
{
border-color: #A1FDFE;
}
</style>