#A1F5FA

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

Shades of Pale Turquoise #A1F5FA

Tints of Pale Turquoise #A1F5FA

Color information

#A1F5FA (or 0xA1F5FA) is unknown color: approx Pale Turquoise. HEX triplet: A1, F5 and FA. RGB value is (161,245,250). Sum of RGB (Red+Green+Blue) = 161+245+250=656 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.54% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F5FA is #5E0A05. Grayscale: #DCDCDC. Windows color (decimal): -6162950 or 16446881. OLE color: 16446881.

HSL color Cylindrical-coordinate representation of color #A1F5FA: hue angle of 183.37º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1F5FA is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161245250-
CMYK0.360.0200.02
HSL183.37º89.9%80.59%-
HSV(B)183.37º35.6%98.04%-
XYZ64.6179.78102.44-
YUV220.45144.6785.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.54%
GREEN value IS 245 (96.09% from 255) = 37.35%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=24.54%
G=37.35%
B=38.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612452500.360.0200.02183.3789.980.59
HexA1F5FA24202b75a51
Octal24136537244202267132121
Binary101000011111010111111010100100100101011011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F5FA; }

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

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

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

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

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

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

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

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