Shades of Pale Turquoise #A1FBFC
Tints of Pale Turquoise #A1FBFC
RGB
CMYK
RGB Variations
Color information
#A1FBFC (or 0xA1FBFC) is known color: Pale Turquoise. HEX triplet: A1, FB and FC. RGB value is (161,251,252). Sum of RGB (Red+Green+Blue) = 161+251+252=664 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.25% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1FBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FBFC is #5E0403. Grayscale: #E0E0E0. Windows color (decimal): -6161412 or 16579489. OLE color: 16579489.
HSL color Cylindrical-coordinate representation of color #A1FBFC: hue angle of 180.66º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBFC is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 251 | 252 | - |
| CMYK | 0.36 | 0.00 | 0 | 0.01 |
| HSL | 180.66º | 0.94% | 0.81% | - |
| HSV(B) | 180.66º | 0.36% | 0.99% | - |
| XYZ | 66.77 | 83.6 | 104.71 | - |
| YUV | 224.2 | 143.68 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 252 | 0.36 | 0.00 | 0 | 0.01 | 180.66 | 0.94 | 0.81 |
| Hex | A1 | FB | FC | 24 | 0 | 0 | 1 | B5 | 5E | 51 |
| Octal | 241 | 373 | 374 | 44 | 0 | 0 | 1 | 265 | 136 | 121 |
| Binary | 10100001 | 11111011 | 11111100 | 100100 | 0 | 0 | 1 | 10110101 | 1011110 | 1010001 |
Color Harmonies of #A1FBFC
Complementary color
Monochromatic Colors of #A1FBFC
Black with #A1FBFC
Text Example
Text Example
White with #A1FBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FBFC; }
p { color: rgb(161,251,252); }
H1.HeaderClassName
{
color: #A1FBFC;
}
.AnyTagClassName
{
color: #A1FBFC;
}
</style>
background-color css
<style>
a { background-color: #A1FBFC; }
a { background-color: rgb(161,251,252); }
div.DivClassName
{
background-color: #A1FBFC;
}
.BgClassName
{
background-color: #A1FBFC;
}
</style>
border-color css
<style>
span { border-color: #A1FBFC; }
span { border-color: rgb(161,251,252); }
td.TdClassName
{
border-color: #A1FBFC;
}
.TagClassName
{
border-color: #A1FBFC;
}
</style>