#A2F3EF

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

Shades of Pale Turquoise #A2F3EF

Tints of Pale Turquoise #A2F3EF

Color information

#A2F3EF (or 0xA2F3EF) is unknown color: approx Pale Turquoise. HEX triplet: A2, F3 and EF. RGB value is (162,243,239). Sum of RGB (Red+Green+Blue) = 162+243+239=644 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.16% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F3EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F3EF is #5D0C10. Grayscale: #DADADA. Windows color (decimal): -6097937 or 15725474. OLE color: 15725474.

HSL color Cylindrical-coordinate representation of color #A2F3EF: hue angle of 177.04º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F3EF is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB162243239-
CMYK0.3300.020.05
HSL177.04º77.14%79.41%-
HSV(B)177.04º33.33%95.29%-
XYZ62.5378.0193.42-
YUV218.32139.6687.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.16%
GREEN value IS 243 (95.31% from 255) = 37.73%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=25.16%
G=37.73%
B=37.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622432390.3300.020.05177.0477.1479.41
HexA2F3EF21025b14d4f
Octal24236335741025261115117
Binary1010001011110011111011111000010101011011000110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F3EF; }

 p { color: rgb(162,243,239); }

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

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

 a { background-color: rgb(162,243,239); }

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

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

 span { border-color: rgb(162,243,239); }

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