#A1F0EF

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

Shades of Pale Turquoise #A1F0EF

Tints of Pale Turquoise #A1F0EF

Color information

#A1F0EF (or 0xA1F0EF) is unknown color: approx Pale Turquoise. HEX triplet: A1, F0 and EF. RGB value is (161,240,239). Sum of RGB (Red+Green+Blue) = 161+240+239=640 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.16% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F0EF is #5E0F10. Grayscale: #D8D8D8. Windows color (decimal): -6164241 or 15724705. OLE color: 15724705.

HSL color Cylindrical-coordinate representation of color #A1F0EF: hue angle of 179.24º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0EF is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB161240239-
CMYK0.3300.000.06
HSL179.24º72.48%78.63%-
HSV(B)179.24º32.92%94.12%-
XYZ61.4476.1393.12-
YUV216.26140.8388.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.16%
GREEN value IS 240 (94.14% from 255) = 37.5%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=25.16%
G=37.5%
B=37.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612402390.3300.000.06179.2472.4878.63
HexA1F0EF21006b3484f
Octal24136035741006263110117
Binary101000011111000011101111100001001101011001110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0EF; }

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

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

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

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

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

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

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

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