#A1F4FD

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

Shades of Pale Turquoise #A1F4FD

Tints of Pale Turquoise #A1F4FD

Color information

#A1F4FD (or 0xA1F4FD) is unknown color: approx Pale Turquoise. HEX triplet: A1, F4 and FD. RGB value is (161,244,253). Sum of RGB (Red+Green+Blue) = 161+244+253=658 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.47% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1F4FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F4FD is #5E0B02. Grayscale: #DCDCDC. Windows color (decimal): -6163203 or 16643233. OLE color: 16643233.

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

Color convert

RGB161244253-
CMYK0.360.0400.01
HSL185.87º95.83%81.18%-
HSV(B)185.87º36.36%99.22%-
XYZ64.7879.37104.83-
YUV220.21146.585.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.47%
GREEN value IS 244 (95.70% from 255) = 37.08%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=24.47%
G=37.08%
B=38.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612442530.360.0400.01185.8795.8381.18
HexA1F4FD24401ba6051
Octal24136437544401272140121
Binary101000011111010011111101100100100011011101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F4FD; }

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

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

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

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

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

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

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

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