#A2F5FF

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

Shades of Pale Turquoise #A2F5FF

Tints of Pale Turquoise #A2F5FF

Color information

#A2F5FF (or 0xA2F5FF) is unknown color: approx Pale Turquoise. HEX triplet: A2, F5 and FF. RGB value is (162,245,255). Sum of RGB (Red+Green+Blue) = 162+245+255=662 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.47% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F5FF is #5D0A00. Grayscale: #DDDDDD. Windows color (decimal): -6097409 or 16774562. OLE color: 16774562.

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

Color convert

RGB162245255-
CMYK0.360.0400
HSL186.45º100%81.76%-
HSV(B)186.45º36.47%100%-
XYZ65.680.21106.63-
YUV221.3214785.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.47%
GREEN value IS 245 (96.09% from 255) = 37.01%
BLUE value IS 255 (100% from 255) = 38.52%
R=24.47%
G=37.01%
B=38.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622452550.360.0400186.4510081.76
HexA2F5FF24400ba6452
Octal24236537744400272144122
Binary101000101111010111111111100100100001011101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F5FF; }

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

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

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

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

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

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

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

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