#A2FEFB

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

Shades of Pale Turquoise #A2FEFB

Tints of Pale Turquoise #A2FEFB

Color information

#A2FEFB (or 0xA2FEFB) is unknown color: approx Pale Turquoise. HEX triplet: A2, FE and FB. RGB value is (162,254,251). Sum of RGB (Red+Green+Blue) = 162+254+251=667 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.29% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FEFB is #5D0104. Grayscale: #E2E2E2. Windows color (decimal): -6095109 or 16514722. OLE color: 16514722.

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

Color convert

RGB162254251-
CMYK0.3600.010.00
HSL178.04º97.87%81.57%-
HSV(B)178.04º36.22%99.61%-
XYZ67.7585.53104.2-
YUV226.15142.0282.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.29%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=24.29%
G=38.08%
B=37.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622542510.3600.010.00178.0497.8781.57
HexA2FEFB24010b26252
Octal24237637344010262142122
Binary1010001011111110111110111001000101011001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FEFB; }

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

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

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

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

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

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

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

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