#A2F4FE

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

Shades of Pale Turquoise #A2F4FE

Tints of Pale Turquoise #A2F4FE

Color information

#A2F4FE (or 0xA2F4FE) is unknown color: approx Pale Turquoise. HEX triplet: A2, F4 and FE. RGB value is (162,244,254). Sum of RGB (Red+Green+Blue) = 162+244+254=660 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.55% from 660); Green value is 244 (95.70% from 255 or 36.97% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2F4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F4FE is #5D0B01. Grayscale: #DCDCDC. Windows color (decimal): -6097666 or 16708770. OLE color: 16708770.

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

Color convert

RGB162244254-
CMYK0.360.0400.00
HSL186.52º97.87%81.57%-
HSV(B)186.52º36.22%99.61%-
XYZ65.1479.54105.69-
YUV220.62146.8386.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.55%
GREEN value IS 244 (95.70% from 255) = 36.97%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=24.55%
G=36.97%
B=38.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622442540.360.0400.00186.5297.8781.57
HexA2F4FE24400bb6252
Octal24236437644400273142122
Binary101000101111010011111110100100100001011101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F4FE; }

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

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

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

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

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

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

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

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