#A2F8EF

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

Shades of Pale Turquoise #A2F8EF

Tints of Pale Turquoise #A2F8EF

Color information

#A2F8EF (or 0xA2F8EF) is unknown color: approx Pale Turquoise. HEX triplet: A2, F8 and EF. RGB value is (162,248,239). Sum of RGB (Red+Green+Blue) = 162+248+239=649 (85% of max value = 765). Red value is 162 (63.67% from 255 or 24.96% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F8EF is #5D0710. Grayscale: #DDDDDD. Windows color (decimal): -6096657 or 15726754. OLE color: 15726754.

HSL color Cylindrical-coordinate representation of color #A2F8EF: hue angle of 173.72º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F8EF is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB162248239-
CMYK0.3500.040.03
HSL173.72º86%80.39%-
HSV(B)173.72º34.68%97.25%-
XYZ64.0581.0593.93-
YUV221.26138.0185.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.96%
GREEN value IS 248 (97.27% from 255) = 38.21%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=24.96%
G=38.21%
B=36.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1622482390.3500.040.03173.728680.39
HexA2F8EF23043ae5650
Octal24237035743043256126120
Binary1010001011111000111011111000110100111010111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F8EF; }

 p { color: rgb(162,248,239); }

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

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

 a { background-color: rgb(162,248,239); }

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

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

 span { border-color: rgb(162,248,239); }

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