#A2F8FE

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

Shades of Pale Turquoise #A2F8FE

Tints of Pale Turquoise #A2F8FE

Color information

#A2F8FE (or 0xA2F8FE) is unknown color: approx Pale Turquoise. HEX triplet: A2, F8 and FE. RGB value is (162,248,254). Sum of RGB (Red+Green+Blue) = 162+248+254=664 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.40% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2F8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F8FE is #5D0701. Grayscale: #DEDEDE. Windows color (decimal): -6096642 or 16709794. OLE color: 16709794.

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

Color convert

RGB162248254-
CMYK0.360.0200.00
HSL183.91º97.87%81.57%-
HSV(B)183.91º36.22%99.61%-
XYZ66.3681.97106.09-
YUV222.97145.5184.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.40%
GREEN value IS 248 (97.27% from 255) = 37.35%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=24.40%
G=37.35%
B=38.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622482540.360.0200.00183.9197.8781.57
HexA2F8FE24200b86252
Octal24237037644200270142122
Binary10100010111110001111111010010010001011100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F8FE; }

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

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

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

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

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

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

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

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