#A6FAE9

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

Shades of Pale Turquoise #A6FAE9

Tints of Pale Turquoise #A6FAE9

Color information

#A6FAE9 (or 0xA6FAE9) is unknown color: approx Pale Turquoise. HEX triplet: A6, FA and E9. RGB value is (166,250,233). Sum of RGB (Red+Green+Blue) = 166+250+233=649 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.58% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FAE9 is #590516. Grayscale: #DEDEDE. Windows color (decimal): -5834007 or 15334054. OLE color: 15334054.

HSL color Cylindrical-coordinate representation of color #A6FAE9: hue angle of 167.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FAE9 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB166250233-
CMYK0.3400.070.02
HSL167.86º89.36%81.57%-
HSV(B)167.86º33.6%98.04%-
XYZ64.6282.3689.58-
YUV222.95133.6787.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.58%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 233 (91.41% from 255) = 35.90%
R=25.58%
G=38.52%
B=35.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662502330.3400.070.02167.8689.3681.57
HexA6FAE922072a85952
Octal24637235142072250131122
Binary1010011011111010111010011000100111101010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FAE9; }

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

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

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

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

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

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

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

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