#A6FAFD

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

Shades of Pale Turquoise #A6FAFD

Tints of Pale Turquoise #A6FAFD

Color information

#A6FAFD (or 0xA6FAFD) is unknown color: approx Pale Turquoise. HEX triplet: A6, FA and FD. RGB value is (166,250,253). Sum of RGB (Red+Green+Blue) = 166+250+253=669 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.81% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FAFD is #590502. Grayscale: #E1E1E1. Windows color (decimal): -5833987 or 16644774. OLE color: 16644774.

HSL color Cylindrical-coordinate representation of color #A6FAFD: hue angle of 182.07º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FAFD is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166250253-
CMYK0.340.0100.01
HSL182.07º95.6%82.16%-
HSV(B)182.07º34.39%99.22%-
XYZ67.6483.57105.49-
YUV225.23143.6785.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 24.81%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=24.81%
G=37.37%
B=37.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662502530.340.0100.01182.0795.682.16
HexA6FAFD22101b66052
Octal24637237542101266140122
Binary1010011011111010111111011000101011011011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FAFD; }

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

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

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

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

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

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

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

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