#A1FAFC

Color #A1FAFC Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #A1FAFC

Tints of Pale Turquoise #A1FAFC

Color information

#A1FAFC (or 0xA1FAFC) is unknown color: approx Pale Turquoise. HEX triplet: A1, FA and FC. RGB value is (161,250,252). Sum of RGB (Red+Green+Blue) = 161+250+252=663 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.28% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1FAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FAFC is #5E0503. Grayscale: #DFDFDF. Windows color (decimal): -6161668 or 16579233. OLE color: 16579233.

HSL color Cylindrical-coordinate representation of color #A1FAFC: hue angle of 181.32º 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 #A1FAFC is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161250252-
CMYK0.360.0100.01
HSL181.32º93.81%80.98%-
HSV(B)181.32º36.11%98.82%-
XYZ66.4582.98104.61-
YUV223.62144.0183.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 24.28%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=24.28%
G=37.71%
B=38.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612502520.360.0100.01181.3293.8180.98
HexA1FAFC24101b55e51
Octal24137237444101265136121
Binary1010000111111010111111001001001011011010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAFC; }

 p { color: rgb(161,250,252); }

 H1.HeaderClassName
 {
   color: #A1FAFC;
 }
 .AnyTagClassName
 {
   color: #A1FAFC;
 }
</style>
background-color css

<style>
 a { background-color: #A1FAFC; }

 a { background-color: rgb(161,250,252); }

 div.DivClassName
 {
   background-color: #A1FAFC;
 }
 .BgClassName
 {
   background-color: #A1FAFC;
 }
</style>
border-color css

<style>
 span { border-color: #A1FAFC; }

 span { border-color: rgb(161,250,252); }

 td.TdClassName
 {
   border-color: #A1FAFC;
 }
 .TagClassName
 {
   border-color: #A1FAFC;
 }
</style>