#A2F3F1

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

Shades of Pale Turquoise #A2F3F1

Tints of Pale Turquoise #A2F3F1

Color information

#A2F3F1 (or 0xA2F3F1) is unknown color: approx Pale Turquoise. HEX triplet: A2, F3 and F1. RGB value is (162,243,241). Sum of RGB (Red+Green+Blue) = 162+243+241=646 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.08% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F3F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F3F1 is #5D0C0E. Grayscale: #DADADA. Windows color (decimal): -6097935 or 15856546. OLE color: 15856546.

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

Color convert

RGB162243241-
CMYK0.3300.010.05
HSL178.52º77.14%79.41%-
HSV(B)178.52º33.33%95.29%-
XYZ62.8378.1394.99-
YUV218.55140.6687.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.08%
GREEN value IS 243 (95.31% from 255) = 37.62%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=25.08%
G=37.62%
B=37.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622432410.3300.010.05178.5277.1479.41
HexA2F3F121015b34d4f
Octal24236336141015263115117
Binary101000101111001111110001100001011011011001110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F3F1; }

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

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

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

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

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

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

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

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