#A1FBFF

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

Shades of Pale Turquoise #A1FBFF

Tints of Pale Turquoise #A1FBFF

Color information

#A1FBFF (or 0xA1FBFF) is unknown color: approx Pale Turquoise. HEX triplet: A1, FB and FF. RGB value is (161,251,255). Sum of RGB (Red+Green+Blue) = 161+251+255=667 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.14% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FBFF is #5E0400. Grayscale: #E0E0E0. Windows color (decimal): -6161409 or 16776097. OLE color: 16776097.

HSL color Cylindrical-coordinate representation of color #A1FBFF: hue angle of 182.55º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FBFF is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161251255-
CMYK0.370.0200
HSL182.55º100%81.57%-
HSV(B)182.55º36.86%100%-
XYZ67.2583.79107.24-
YUV224.55145.1882.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.14%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 255 (100% from 255) = 38.23%
R=24.14%
G=37.63%
B=38.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612512550.370.0200182.5510081.57
HexA1FBFF25200b76452
Octal24137337745200267144122
Binary10100001111110111111111110010110001011011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBFF; }

 p { color: rgb(161,251,255); }

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

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

 a { background-color: rgb(161,251,255); }

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

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

 span { border-color: rgb(161,251,255); }

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