#A1FFF4

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

Shades of Pale Turquoise #A1FFF4

Tints of Pale Turquoise #A1FFF4

Color information

#A1FFF4 (or 0xA1FFF4) is unknown color: approx Pale Turquoise. HEX triplet: A1, FF and F4. RGB value is (161,255,244). Sum of RGB (Red+Green+Blue) = 161+255+244=660 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.39% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFF4 is #5E000B. Grayscale: #E1E1E1. Windows color (decimal): -6160396 or 16056225. OLE color: 16056225.

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

Color convert

RGB161255244-
CMYK0.3700.040
HSL172.98º100%81.57%-
HSV(B)172.98º36.86%100%-
XYZ66.7985.6398.6-
YUV225.64138.3681.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.39%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 244 (95.70% from 255) = 36.97%
R=24.39%
G=38.64%
B=36.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612552440.3700.040172.9810081.57
HexA1FFF425040ad6452
Octal24137736445040255144122
Binary101000011111111111110100100101010001010110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFF4; }

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

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

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

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

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

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

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

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