#A2FEF7

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

Shades of Pale Turquoise #A2FEF7

Tints of Pale Turquoise #A2FEF7

Color information

#A2FEF7 (or 0xA2FEF7) is unknown color: approx Pale Turquoise. HEX triplet: A2, FE and F7. RGB value is (162,254,247). Sum of RGB (Red+Green+Blue) = 162+254+247=663 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.43% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FEF7 is #5D0108. Grayscale: #E1E1E1. Windows color (decimal): -6095113 or 16252578. OLE color: 16252578.

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

Color convert

RGB162254247-
CMYK0.3600.030.00
HSL175.43º97.87%81.57%-
HSV(B)175.43º36.22%99.61%-
XYZ67.1385.28100.92-
YUV225.69140.0282.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.43%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 247 (96.88% from 255) = 37.25%
R=24.43%
G=38.31%
B=37.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622542470.3600.030.00175.4397.8781.57
HexA2FEF724030af6252
Octal24237636744030257142122
Binary10100010111111101111011110010001101010111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FEF7; }

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

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

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

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

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

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

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

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