#A2FBFA

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

Shades of Pale Turquoise #A2FBFA

Tints of Pale Turquoise #A2FBFA

Color information

#A2FBFA (or 0xA2FBFA) is unknown color: approx Pale Turquoise. HEX triplet: A2, FB and FA. RGB value is (162,251,250). Sum of RGB (Red+Green+Blue) = 162+251+250=663 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.43% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FBFA is #5D0405. Grayscale: #E0E0E0. Windows color (decimal): -6095878 or 16448418. OLE color: 16448418.

HSL color Cylindrical-coordinate representation of color #A2FBFA: hue angle of 179.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FBFA is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB162251250-
CMYK0.3500.000.02
HSL179.33º91.75%80.98%-
HSV(B)179.33º35.46%98.43%-
XYZ66.6583.58103.06-
YUV224.27142.5183.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.43%
GREEN value IS 251 (98.44% from 255) = 37.86%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=24.43%
G=37.86%
B=37.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622512500.3500.000.02179.3391.7580.98
HexA2FBFA23002b35c51
Octal24237337243002263134121
Binary10100010111110111111101010001100101011001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FBFA; }

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

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

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

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

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

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

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

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