#A6F3FB

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

Shades of Pale Turquoise #A6F3FB

Tints of Pale Turquoise #A6F3FB

Color information

#A6F3FB (or 0xA6F3FB) is unknown color: approx Pale Turquoise. HEX triplet: A6, F3 and FB. RGB value is (166,243,251). Sum of RGB (Red+Green+Blue) = 166+243+251=660 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.15% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6F3FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F3FB is #590C04. Grayscale: #DCDCDC. Windows color (decimal): -5835781 or 16511910. OLE color: 16511910.

HSL color Cylindrical-coordinate representation of color #A6F3FB: hue angle of 185.65º degrees, saturation: 0.91, 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 #A6F3FB is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166243251-
CMYK0.340.0300.02
HSL185.65º91.4%81.76%-
HSV(B)185.65º33.86%98.43%-
XYZ65.1979.17103.11-
YUV220.89144.9988.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.15%
GREEN value IS 243 (95.31% from 255) = 36.82%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=25.15%
G=36.82%
B=38.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662432510.340.0300.02185.6591.481.76
HexA6F3FB22302ba5b52
Octal24636337342302272133122
Binary101001101111001111111011100010110101011101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F3FB; }

 p { color: rgb(166,243,251); }

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

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

 a { background-color: rgb(166,243,251); }

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

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

 span { border-color: rgb(166,243,251); }

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