#A2FEF4

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

Shades of Pale Turquoise #A2FEF4

Tints of Pale Turquoise #A2FEF4

Color information

#A2FEF4 (or 0xA2FEF4) is unknown color: approx Pale Turquoise. HEX triplet: A2, FE and F4. RGB value is (162,254,244). Sum of RGB (Red+Green+Blue) = 162+254+244=660 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.55% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FEF4 is #5D010B. Grayscale: #E1E1E1. Windows color (decimal): -6095116 or 16055970. OLE color: 16055970.

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

Color convert

RGB162254244-
CMYK0.3600.040.00
HSL173.48º97.87%81.57%-
HSV(B)173.48º36.22%99.61%-
XYZ66.6785.198.5-
YUV225.35138.5282.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.55%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 244 (95.70% from 255) = 36.97%
R=24.55%
G=38.48%
B=36.97%

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
Decimal1622542440.3600.040.00173.4897.8781.57
HexA2FEF424040ad6252
Octal24237636444040255142122
Binary101000101111111011110100100100010001010110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FEF4; }

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

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

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

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

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

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

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

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