#A2FAFD

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

Shades of Pale Turquoise #A2FAFD

Tints of Pale Turquoise #A2FAFD

Color information

#A2FAFD (or 0xA2FAFD) is unknown color: approx Pale Turquoise. HEX triplet: A2, FA and FD. RGB value is (162,250,253). Sum of RGB (Red+Green+Blue) = 162+250+253=665 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.36% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FAFD is #5D0502. Grayscale: #DFDFDF. Windows color (decimal): -6096131 or 16644770. OLE color: 16644770.

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

Color convert

RGB162250253-
CMYK0.360.0100.01
HSL181.98º95.79%81.37%-
HSV(B)181.98º35.97%99.22%-
XYZ66.8283.14105.46-
YUV224.03144.3583.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.36%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=24.36%
G=37.59%
B=38.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622502530.360.0100.01181.9895.7981.37
HexA2FAFD24101b66051
Octal24237237544101266140121
Binary1010001011111010111111011001001011011011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FAFD; }

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

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

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

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

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

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

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

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