#A6F1F8

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

Shades of Pale Turquoise #A6F1F8

Tints of Pale Turquoise #A6F1F8

Color information

#A6F1F8 (or 0xA6F1F8) is unknown color: approx Pale Turquoise. HEX triplet: A6, F1 and F8. RGB value is (166,241,248). Sum of RGB (Red+Green+Blue) = 166+241+248=655 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.34% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6F1F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F1F8 is #590E07. Grayscale: #DBDBDB. Windows color (decimal): -5836296 or 16314790. OLE color: 16314790.

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

Color convert

RGB166241248-
CMYK0.330.0300.03
HSL185.12º85.42%81.18%-
HSV(B)185.12º33.06%97.25%-
XYZ64.1277.79100.44-
YUV219.37144.1589.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.34%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 248 (97.27% from 255) = 37.86%
R=25.34%
G=36.79%
B=37.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662412480.330.0300.03185.1285.4281.18
HexA6F1F821303b95551
Octal24636137041303271125121
Binary101001101111000111111000100001110111011100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F1F8; }

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

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

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

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

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

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

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

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