#A2F4FB

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

Shades of Pale Turquoise #A2F4FB

Tints of Pale Turquoise #A2F4FB

Color information

#A2F4FB (or 0xA2F4FB) is unknown color: approx Pale Turquoise. HEX triplet: A2, F4 and FB. RGB value is (162,244,251). Sum of RGB (Red+Green+Blue) = 162+244+251=657 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.66% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2F4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F4FB is #5D0B04. Grayscale: #DCDCDC. Windows color (decimal): -6097669 or 16512162. OLE color: 16512162.

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

Color convert

RGB162244251-
CMYK0.350.0300.02
HSL184.72º91.75%80.98%-
HSV(B)184.72º35.46%98.43%-
XYZ64.6679.35103.17-
YUV220.28145.3386.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.66%
GREEN value IS 244 (95.70% from 255) = 37.14%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=24.66%
G=37.14%
B=38.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622442510.350.0300.02184.7291.7580.98
HexA2F4FB23302b95c51
Octal24236437343302271134121
Binary101000101111010011111011100011110101011100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F4FB; }

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

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

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

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

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

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

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

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