#A6F0F1

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

Shades of Pale Turquoise #A6F0F1

Tints of Pale Turquoise #A6F0F1

Color information

#A6F0F1 (or 0xA6F0F1) is unknown color: approx Pale Turquoise. HEX triplet: A6, F0 and F1. RGB value is (166,240,241). Sum of RGB (Red+Green+Blue) = 166+240+241=647 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.66% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6F0F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F0F1 is #590F0E. Grayscale: #D9D9D9. Windows color (decimal): -5836559 or 15855782. OLE color: 15855782.

HSL color Cylindrical-coordinate representation of color #A6F0F1: hue angle of 180.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F0F1 is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166240241-
CMYK0.310.0000.05
HSL180.8º72.82%79.8%-
HSV(B)180.8º31.12%94.51%-
XYZ62.7676.7894.73-
YUV217.99140.9890.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.66%
GREEN value IS 240 (94.14% from 255) = 37.09%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=25.66%
G=37.09%
B=37.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662402410.310.0000.05180.872.8279.8
HexA6F0F11F005b54950
Octal24636036137005265111120
Binary10100110111100001111000111111001011011010110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F0F1; }

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

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

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

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

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

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

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

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