#A1F0E3

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

Shades of Pale Turquoise #A1F0E3

Tints of Pale Turquoise #A1F0E3

Color information

#A1F0E3 (or 0xA1F0E3) is unknown color: approx Pale Turquoise. HEX triplet: A1, F0 and E3. RGB value is (161,240,227). Sum of RGB (Red+Green+Blue) = 161+240+227=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F0E3 is #5E0F1C. Grayscale: #D6D6D6. Windows color (decimal): -6164253 or 14938273. OLE color: 14938273.

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

Color convert

RGB161240227-
CMYK0.3300.050.06
HSL170.13º72.48%78.63%-
HSV(B)170.13º32.92%94.12%-
XYZ59.7275.4484.09-
YUV214.9134.8389.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.64%
GREEN value IS 240 (94.14% from 255) = 38.22%
BLUE value IS 227 (89.06% from 255) = 36.15%
R=25.64%
G=38.22%
B=36.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612402270.3300.050.06170.1372.4878.63
HexA1F0E321056aa484f
Octal24136034341056252110117
Binary10100001111100001110001110000101011101010101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0E3; }

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

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

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

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

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

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

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

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