#A6FFF5

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

Shades of Pale Turquoise #A6FFF5

Tints of Pale Turquoise #A6FFF5

Color information

#A6FFF5 (or 0xA6FFF5) is unknown color: approx Pale Turquoise. HEX triplet: A6, FF and F5. RGB value is (166,255,245). Sum of RGB (Red+Green+Blue) = 166+255+245=666 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.92% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFF5 is #59000A. Grayscale: #E3E3E3. Windows color (decimal): -5832715 or 16121766. OLE color: 16121766.

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

Color convert

RGB166255245-
CMYK0.3500.040
HSL173.26º100%82.55%-
HSV(B)173.26º34.9%100%-
XYZ67.9786.2299.45-
YUV227.25138.0184.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 24.92%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 245 (96.09% from 255) = 36.79%
R=24.92%
G=38.29%
B=36.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662552450.3500.040173.2610082.55
HexA6FFF523040ad6453
Octal24637736543040255144123
Binary101001101111111111110101100011010001010110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFF5; }

 p { color: rgb(166,255,245); }

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

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

 a { background-color: rgb(166,255,245); }

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

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

 span { border-color: rgb(166,255,245); }

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