#A1F3E7

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

Shades of Pale Turquoise #A1F3E7

Tints of Pale Turquoise #A1F3E7

Color information

#A1F3E7 (or 0xA1F3E7) is unknown color: approx Pale Turquoise. HEX triplet: A1, F3 and E7. RGB value is (161,243,231). Sum of RGB (Red+Green+Blue) = 161+243+231=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F3E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F3E7 is #5E0C18. Grayscale: #D9D9D9. Windows color (decimal): -6163481 or 15201185. OLE color: 15201185.

HSL color Cylindrical-coordinate representation of color #A1F3E7: hue angle of 171.22º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F3E7 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB161243231-
CMYK0.3400.050.05
HSL171.22º77.36%79.22%-
HSV(B)171.22º33.74%95.29%-
XYZ61.1777.4587.33-
YUV217.11135.8387.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.35%
GREEN value IS 243 (95.31% from 255) = 38.27%
BLUE value IS 231 (90.62% from 255) = 36.38%
R=25.35%
G=38.27%
B=36.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612432310.3400.050.05171.2277.3679.22
HexA1F3E722055ab4d4f
Octal24136334742055253115117
Binary10100001111100111110011110001001011011010101110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F3E7; }

 p { color: rgb(161,243,231); }

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

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

 a { background-color: rgb(161,243,231); }

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

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

 span { border-color: rgb(161,243,231); }

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