#A1F0E4

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

Shades of Pale Turquoise #A1F0E4

Tints of Pale Turquoise #A1F0E4

Color information

#A1F0E4 (or 0xA1F0E4) is unknown color: approx Pale Turquoise. HEX triplet: A1, F0 and E4. RGB value is (161,240,228). Sum of RGB (Red+Green+Blue) = 161+240+228=629 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.60% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F0E4 is #5E0F1B. Grayscale: #D6D6D6. Windows color (decimal): -6164252 or 15003809. OLE color: 15003809.

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

Color convert

RGB161240228-
CMYK0.3300.050.06
HSL170.89º72.48%78.63%-
HSV(B)170.89º32.92%94.12%-
XYZ59.8675.584.82-
YUV215.01135.3389.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.60%
GREEN value IS 240 (94.14% from 255) = 38.16%
BLUE value IS 228 (89.45% from 255) = 36.25%
R=25.60%
G=38.16%
B=36.25%

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
Decimal1612402280.3300.050.06170.8972.4878.63
HexA1F0E421056ab484f
Octal24136034441056253110117
Binary10100001111100001110010010000101011101010101110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0E4; }

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

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

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

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

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

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

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

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