#A2F6FF

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

Shades of Pale Turquoise #A2F6FF

Tints of Pale Turquoise #A2F6FF

Color information

#A2F6FF (or 0xA2F6FF) is unknown color: approx Pale Turquoise. HEX triplet: A2, F6 and FF. RGB value is (162,246,255). Sum of RGB (Red+Green+Blue) = 162+246+255=663 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.43% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F6FF is #5D0900. Grayscale: #DDDDDD. Windows color (decimal): -6097153 or 16774818. OLE color: 16774818.

HSL color Cylindrical-coordinate representation of color #A2F6FF: hue angle of 185.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2F6FF is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB162246255-
CMYK0.360.0400
HSL185.81º100%81.76%-
HSV(B)185.81º36.47%100%-
XYZ65.9180.81106.73-
YUV221.91146.6785.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.43%
GREEN value IS 246 (96.48% from 255) = 37.10%
BLUE value IS 255 (100% from 255) = 38.46%
R=24.43%
G=37.10%
B=38.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622462550.360.0400185.8110081.76
HexA2F6FF24400ba6452
Octal24236637744400272144122
Binary101000101111011011111111100100100001011101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F6FF; }

 p { color: rgb(162,246,255); }

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

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

 a { background-color: rgb(162,246,255); }

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

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

 span { border-color: rgb(162,246,255); }

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