#A6F7FF

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

Shades of Pale Turquoise #A6F7FF

Tints of Pale Turquoise #A6F7FF

Color information

#A6F7FF (or 0xA6F7FF) is unknown color: approx Pale Turquoise. HEX triplet: A6, F7 and FF. RGB value is (166,247,255). Sum of RGB (Red+Green+Blue) = 166+247+255=668 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.85% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6F7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F7FF is #590800. Grayscale: #DFDFDF. Windows color (decimal): -5834753 or 16775078. OLE color: 16775078.

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

Color convert

RGB166247255-
CMYK0.350.0300
HSL185.39º100%82.55%-
HSV(B)185.39º34.9%100%-
XYZ67.0481.85106.87-
YUV223.69145.6686.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 24.85%
GREEN value IS 247 (96.88% from 255) = 36.98%
BLUE value IS 255 (100% from 255) = 38.17%
R=24.85%
G=36.98%
B=38.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662472550.350.0300185.3910082.55
HexA6F7FF23300b96453
Octal24636737743300271144123
Binary10100110111101111111111110001111001011100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F7FF; }

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

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

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

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

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

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

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

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