#A2F5FC

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

Shades of Pale Turquoise #A2F5FC

Tints of Pale Turquoise #A2F5FC

Color information

#A2F5FC (or 0xA2F5FC) is unknown color: approx Pale Turquoise. HEX triplet: A2, F5 and FC. RGB value is (162,245,252). Sum of RGB (Red+Green+Blue) = 162+245+252=659 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.58% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2F5FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F5FC is #5D0A03. Grayscale: #DCDCDC. Windows color (decimal): -6097412 or 16577954. OLE color: 16577954.

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

Color convert

RGB162245252-
CMYK0.360.0300.01
HSL184.67º93.75%81.18%-
HSV(B)184.67º35.71%98.82%-
XYZ65.1280.01104.11-
YUV220.98145.585.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.58%
GREEN value IS 245 (96.09% from 255) = 37.18%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=24.58%
G=37.18%
B=38.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622452520.360.0300.01184.6793.7581.18
HexA2F5FC24301b95e51
Octal24236537444301271136121
Binary10100010111101011111110010010011011011100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F5FC; }

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

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

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

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

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

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

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

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