Shades of Pale Turquoise #A1F9F2
Tints of Pale Turquoise #A1F9F2
RGB
CMYK
RGB Variations
Color information
#A1F9F2 (or 0xA1F9F2) is known color: Pale Turquoise. HEX triplet: A1, F9 and F2. RGB value is (161,249,242). Sum of RGB (Red+Green+Blue) = 161+249+242=652 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.69% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F9F2 is #5E060D. Grayscale: #DDDDDD. Windows color (decimal): -6161934 or 15923617. OLE color: 15923617.
HSL color Cylindrical-coordinate representation of color #A1F9F2: hue angle of 175.23º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9F2 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 242 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.02 |
| HSL | 175.23º | 0.88% | 0.8% | - |
| HSV(B) | 175.23º | 0.35% | 0.98% | - |
| XYZ | 64.6 | 81.74 | 96.38 | - |
| YUV | 221.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 242 | 0.35 | 0 | 0.03 | 0.02 | 175.23 | 0.88 | 0.8 |
| Hex | A1 | F9 | F2 | 23 | 0 | 3 | 2 | AF | 58 | 50 |
| Octal | 241 | 371 | 362 | 43 | 0 | 3 | 2 | 257 | 130 | 120 |
| Binary | 10100001 | 11111001 | 11110010 | 100011 | 0 | 11 | 10 | 10101111 | 1011000 | 1010000 |
Color Harmonies of #A1F9F2
Complementary color
Monochromatic Colors of #A1F9F2
Black with #A1F9F2
Text Example
Text Example
White with #A1F9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9F2; }
p { color: rgb(161,249,242); }
H1.HeaderClassName
{
color: #A1F9F2;
}
.AnyTagClassName
{
color: #A1F9F2;
}
</style>
background-color css
<style>
a { background-color: #A1F9F2; }
a { background-color: rgb(161,249,242); }
div.DivClassName
{
background-color: #A1F9F2;
}
.BgClassName
{
background-color: #A1F9F2;
}
</style>
border-color css
<style>
span { border-color: #A1F9F2; }
span { border-color: rgb(161,249,242); }
td.TdClassName
{
border-color: #A1F9F2;
}
.TagClassName
{
border-color: #A1F9F2;
}
</style>