Shades of Pale Turquoise #A1F5FA
Tints of Pale Turquoise #A1F5FA
RGB
CMYK
RGB Variations
Color information
#A1F5FA (or 0xA1F5FA) is known color: Pale Turquoise. HEX triplet: A1, F5 and FA. RGB value is (161,245,250). Sum of RGB (Red+Green+Blue) = 161+245+250=656 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.54% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F5FA is #5E0A05. Grayscale: #DCDCDC. Windows color (decimal): -6162950 or 16446881. OLE color: 16446881.
HSL color Cylindrical-coordinate representation of color #A1F5FA: hue angle of 183.37º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1F5FA is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 245 | 250 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.02 |
| HSL | 183.37º | 0.9% | 0.81% | - |
| HSV(B) | 183.37º | 0.36% | 0.98% | - |
| XYZ | 64.61 | 79.78 | 102.44 | - |
| YUV | 220.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 250 | 0.36 | 0.02 | 0 | 0.02 | 183.37 | 0.9 | 0.81 |
| Hex | A1 | F5 | FA | 24 | 2 | 0 | 2 | B7 | 5A | 51 |
| Octal | 241 | 365 | 372 | 44 | 2 | 0 | 2 | 267 | 132 | 121 |
| Binary | 10100001 | 11110101 | 11111010 | 100100 | 10 | 0 | 10 | 10110111 | 1011010 | 1010001 |
Color Harmonies of #A1F5FA
Complementary color
Monochromatic Colors of #A1F5FA
Black with #A1F5FA
Text Example
Text Example
White with #A1F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F5FA; }
p { color: rgb(161,245,250); }
H1.HeaderClassName
{
color: #A1F5FA;
}
.AnyTagClassName
{
color: #A1F5FA;
}
</style>
background-color css
<style>
a { background-color: #A1F5FA; }
a { background-color: rgb(161,245,250); }
div.DivClassName
{
background-color: #A1F5FA;
}
.BgClassName
{
background-color: #A1F5FA;
}
</style>
border-color css
<style>
span { border-color: #A1F5FA; }
span { border-color: rgb(161,245,250); }
td.TdClassName
{
border-color: #A1F5FA;
}
.TagClassName
{
border-color: #A1F5FA;
}
</style>