#A2F5FA

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

Shades of Pale Turquoise #A2F5FA

Tints of Pale Turquoise #A2F5FA

Color information

#A2F5FA (or 0xA2F5FA) is unknown color: approx Pale Turquoise. HEX triplet: A2, F5 and FA. RGB value is (162,245,250). Sum of RGB (Red+Green+Blue) = 162+245+250=657 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.66% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F5FA is #5D0A05. Grayscale: #DCDCDC. Windows color (decimal): -6097414 or 16446882. OLE color: 16446882.

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

Color convert

RGB162245250-
CMYK0.350.0200.02
HSL183.41º89.8%80.78%-
HSV(B)183.41º35.2%98.04%-
XYZ64.8179.89102.45-
YUV220.75144.586.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.66%
GREEN value IS 245 (96.09% from 255) = 37.29%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=24.66%
G=37.29%
B=38.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622452500.350.0200.02183.4189.880.78
HexA2F5FA23202b75a51
Octal24236537243202267132121
Binary101000101111010111111010100011100101011011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F5FA; }

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

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

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

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

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

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

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

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