#A6F6F8

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

Shades of Pale Turquoise #A6F6F8

Tints of Pale Turquoise #A6F6F8

Color information

#A6F6F8 (or 0xA6F6F8) is unknown color: approx Pale Turquoise. HEX triplet: A6, F6 and F8. RGB value is (166,246,248). Sum of RGB (Red+Green+Blue) = 166+246+248=660 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.15% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6F6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F6F8 is #590907. Grayscale: #DEDEDE. Windows color (decimal): -5835016 or 16316070. OLE color: 16316070.

HSL color Cylindrical-coordinate representation of color #A6F6F8: hue angle of 181.46º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F6F8 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB166246248-
CMYK0.330.0100.03
HSL181.46º85.42%81.18%-
HSV(B)181.46º33.06%97.25%-
XYZ65.6280.8100.94-
YUV222.31142.587.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.15%
GREEN value IS 246 (96.48% from 255) = 37.27%
BLUE value IS 248 (97.27% from 255) = 37.58%
R=25.15%
G=37.27%
B=37.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662462480.330.0100.03181.4685.4281.18
HexA6F6F821103b55551
Octal24636637041103265125121
Binary10100110111101101111100010000110111011010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F6F8; }

 p { color: rgb(166,246,248); }

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

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

 a { background-color: rgb(166,246,248); }

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

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

 span { border-color: rgb(166,246,248); }

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