#A1F2F0

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

Shades of Pale Turquoise #A1F2F0

Tints of Pale Turquoise #A1F2F0

Color information

#A1F2F0 (or 0xA1F2F0) is unknown color: approx Pale Turquoise. HEX triplet: A1, F2 and F0. RGB value is (161,242,240). Sum of RGB (Red+Green+Blue) = 161+242+240=643 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25.04% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F2F0 is #5E0D0F. Grayscale: #D9D9D9. Windows color (decimal): -6163728 or 15790753. OLE color: 15790753.

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

Color convert

RGB161242240-
CMYK0.3300.010.05
HSL178.52º75.7%79.02%-
HSV(B)178.52º33.47%94.9%-
XYZ62.1877.3794.1-
YUV217.55140.6687.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.04%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=25.04%
G=37.64%
B=37.33%

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
Decimal1612422400.3300.010.05178.5275.779.02
HexA1F2F021015b34c4f
Octal24136236041015263114117
Binary101000011111001011110000100001011011011001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F2F0; }

 p { color: rgb(161,242,240); }

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

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

 a { background-color: rgb(161,242,240); }

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

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

 span { border-color: rgb(161,242,240); }

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