#A6FAFF

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

Shades of Pale Turquoise #A6FAFF

Tints of Pale Turquoise #A6FAFF

Color information

#A6FAFF (or 0xA6FAFF) is unknown color: approx Pale Turquoise. HEX triplet: A6, FA and FF. RGB value is (166,250,255). Sum of RGB (Red+Green+Blue) = 166+250+255=671 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.74% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FAFF is #590500. Grayscale: #E1E1E1. Windows color (decimal): -5833985 or 16775846. OLE color: 16775846.

HSL color Cylindrical-coordinate representation of color #A6FAFF: hue angle of 183.37º 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 #A6FAFF is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166250255-
CMYK0.350.0200
HSL183.37º100%82.55%-
HSV(B)183.37º34.9%100%-
XYZ67.9683.7107.18-
YUV225.45144.6785.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 24.74%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 255 (100% from 255) = 38.00%
R=24.74%
G=37.26%
B=38.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662502550.350.0200183.3710082.55
HexA6FAFF23200b76453
Octal24637237743200267144123
Binary10100110111110101111111110001110001011011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FAFF; }

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

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

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

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

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

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

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

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