#A2F6FC

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

Shades of Pale Turquoise #A2F6FC

Tints of Pale Turquoise #A2F6FC

Color information

#A2F6FC (or 0xA2F6FC) is unknown color: approx Pale Turquoise. HEX triplet: A2, F6 and FC. RGB value is (162,246,252). Sum of RGB (Red+Green+Blue) = 162+246+252=660 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.55% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2F6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F6FC is #5D0903. Grayscale: #DDDDDD. Windows color (decimal): -6097156 or 16578210. OLE color: 16578210.

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

Color convert

RGB162246252-
CMYK0.360.0200.01
HSL184º93.75%81.18%-
HSV(B)184º35.71%98.82%-
XYZ65.4380.62104.21-
YUV221.57145.1785.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.55%
GREEN value IS 246 (96.48% from 255) = 37.27%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=24.55%
G=37.27%
B=38.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622462520.360.0200.0118493.7581.18
HexA2F6FC24201b85e51
Octal24236637444201270136121
Binary10100010111101101111110010010010011011100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F6FC; }

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

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

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

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

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

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

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

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