#A6F9EE

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

Shades of Pale Turquoise #A6F9EE

Tints of Pale Turquoise #A6F9EE

Color information

#A6F9EE (or 0xA6F9EE) is unknown color: approx Pale Turquoise. HEX triplet: A6, F9 and EE. RGB value is (166,249,238). Sum of RGB (Red+Green+Blue) = 166+249+238=653 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.42% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F9EE is #590611. Grayscale: #DEDEDE. Windows color (decimal): -5834258 or 15661478. OLE color: 15661478.

HSL color Cylindrical-coordinate representation of color #A6F9EE: hue angle of 172.05º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F9EE is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB166249238-
CMYK0.3300.040.02
HSL172.05º87.37%81.37%-
HSV(B)172.05º33.33%97.65%-
XYZ65.0382.0393.29-
YUV222.93136.587.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.42%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=25.42%
G=38.13%
B=36.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662492380.3300.040.02172.0587.3781.37
HexA6F9EE21042ac5751
Octal24637135641042254127121
Binary1010011011111001111011101000010100101010110010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F9EE; }

 p { color: rgb(166,249,238); }

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

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

 a { background-color: rgb(166,249,238); }

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

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

 span { border-color: rgb(166,249,238); }

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