#A1FDE9

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

Shades of Pale Turquoise #A1FDE9

Tints of Pale Turquoise #A1FDE9

Color information

#A1FDE9 (or 0xA1FDE9) is unknown color: approx Pale Turquoise. HEX triplet: A1, FD and E9. RGB value is (161,253,233). Sum of RGB (Red+Green+Blue) = 161+253+233=647 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.88% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDE9 is #5E0216. Grayscale: #DFDFDF. Windows color (decimal): -6160919 or 15334817. OLE color: 15334817.

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

Color convert

RGB161253233-
CMYK0.3600.080.01
HSL166.96º95.83%81.18%-
HSV(B)166.96º36.36%99.22%-
XYZ64.5383.7189.85-
YUV223.21133.5283.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.88%
GREEN value IS 253 (99.22% from 255) = 39.10%
BLUE value IS 233 (91.41% from 255) = 36.01%
R=24.88%
G=39.10%
B=36.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612532330.3600.080.01166.9695.8381.18
HexA1FDE924081a76051
Octal241375351440101247140121
Binary1010000111111101111010011001000100011010011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FDE9; }

 p { color: rgb(161,253,233); }

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

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

 a { background-color: rgb(161,253,233); }

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

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

 span { border-color: rgb(161,253,233); }

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