#A2FBFE

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

Shades of Pale Turquoise #A2FBFE

Tints of Pale Turquoise #A2FBFE

Color information

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

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

Color convert

RGB162251254-
CMYK0.360.0100.00
HSL181.96º97.87%81.57%-
HSV(B)181.96º36.22%99.61%-
XYZ67.2983.83106.4-
YUV224.73144.5183.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622512540.360.0100.00181.9697.8781.57
HexA2FBFE24100b66252
Octal24237337644100266142122
Binary1010001011111011111111101001001001011011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FBFE; }

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

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

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

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

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

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

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

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