#A1F6FF

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

Shades of Pale Turquoise #A1F6FF

Tints of Pale Turquoise #A1F6FF

Color information

#A1F6FF (or 0xA1F6FF) is unknown color: approx Pale Turquoise. HEX triplet: A1, F6 and FF. RGB value is (161,246,255). Sum of RGB (Red+Green+Blue) = 161+246+255=662 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.32% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F6FF is #5E0900. Grayscale: #DDDDDD. Windows color (decimal): -6162689 or 16774817. OLE color: 16774817.

HSL color Cylindrical-coordinate representation of color #A1F6FF: hue angle of 185.74º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1F6FF is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161246255-
CMYK0.370.0400
HSL185.74º100%81.57%-
HSV(B)185.74º36.86%100%-
XYZ65.780.71106.72-
YUV221.61146.8484.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.32%
GREEN value IS 246 (96.48% from 255) = 37.16%
BLUE value IS 255 (100% from 255) = 38.52%
R=24.32%
G=37.16%
B=38.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612462550.370.0400185.7410081.57
HexA1F6FF25400ba6452
Octal24136637745400272144122
Binary101000011111011011111111100101100001011101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F6FF; }

 p { color: rgb(161,246,255); }

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

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

 a { background-color: rgb(161,246,255); }

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

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

 span { border-color: rgb(161,246,255); }

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