Shades of Pale Turquoise #A1F5FE
Tints of Pale Turquoise #A1F5FE
RGB
CMYK
RGB Variations
Color information
#A1F5FE (or 0xA1F5FE) is known color: Pale Turquoise. HEX triplet: A1, F5 and FE. RGB value is (161,245,254). Sum of RGB (Red+Green+Blue) = 161+245+254=660 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.39% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1F5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F5FE is #5E0A01. Grayscale: #DCDCDC. Windows color (decimal): -6162946 or 16709025. OLE color: 16709025.
HSL color Cylindrical-coordinate representation of color #A1F5FE: hue angle of 185.81º 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 #A1F5FE is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 245 | 254 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.00 |
| HSL | 185.81º | 0.98% | 0.81% | - |
| HSV(B) | 185.81º | 0.37% | 1% | - |
| XYZ | 65.24 | 80.04 | 105.78 | - |
| YUV | 220.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 254 | 0.37 | 0.04 | 0 | 0.00 | 185.81 | 0.98 | 0.81 |
| Hex | A1 | F5 | FE | 25 | 4 | 0 | 0 | BA | 62 | 51 |
| Octal | 241 | 365 | 376 | 45 | 4 | 0 | 0 | 272 | 142 | 121 |
| Binary | 10100001 | 11110101 | 11111110 | 100101 | 100 | 0 | 0 | 10111010 | 1100010 | 1010001 |
Color Harmonies of #A1F5FE
Complementary color
Monochromatic Colors of #A1F5FE
Black with #A1F5FE
Text Example
Text Example
White with #A1F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F5FE; }
p { color: rgb(161,245,254); }
H1.HeaderClassName
{
color: #A1F5FE;
}
.AnyTagClassName
{
color: #A1F5FE;
}
</style>
background-color css
<style>
a { background-color: #A1F5FE; }
a { background-color: rgb(161,245,254); }
div.DivClassName
{
background-color: #A1F5FE;
}
.BgClassName
{
background-color: #A1F5FE;
}
</style>
border-color css
<style>
span { border-color: #A1F5FE; }
span { border-color: rgb(161,245,254); }
td.TdClassName
{
border-color: #A1F5FE;
}
.TagClassName
{
border-color: #A1F5FE;
}
</style>