#A2FEF3

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

Shades of Pale Turquoise #A2FEF3

Tints of Pale Turquoise #A2FEF3

Color information

#A2FEF3 (or 0xA2FEF3) is unknown color: approx Pale Turquoise. HEX triplet: A2, FE and F3. RGB value is (162,254,243). Sum of RGB (Red+Green+Blue) = 162+254+243=659 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.58% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FEF3 is #5D010C. Grayscale: #E1E1E1. Windows color (decimal): -6095117 or 15990434. OLE color: 15990434.

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

Color convert

RGB162254243-
CMYK0.3600.040.00
HSL172.83º97.87%81.57%-
HSV(B)172.83º36.22%99.61%-
XYZ66.5285.0497.7-
YUV225.24138.0282.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.58%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 243 (95.31% from 255) = 36.87%
R=24.58%
G=38.54%
B=36.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622542430.3600.040.00172.8397.8781.57
HexA2FEF324040ad6252
Octal24237636344040255142122
Binary101000101111111011110011100100010001010110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FEF3; }

 p { color: rgb(162,254,243); }

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

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

 a { background-color: rgb(162,254,243); }

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

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

 span { border-color: rgb(162,254,243); }

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