#A6F3FE

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

Shades of Pale Turquoise #A6F3FE

Tints of Pale Turquoise #A6F3FE

Color information

#A6F3FE (or 0xA6F3FE) is unknown color: approx Pale Turquoise. HEX triplet: A6, F3 and FE. RGB value is (166,243,254). Sum of RGB (Red+Green+Blue) = 166+243+254=663 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.04% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6F3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F3FE is #590C01. Grayscale: #DDDDDD. Windows color (decimal): -5835778 or 16708518. OLE color: 16708518.

HSL color Cylindrical-coordinate representation of color #A6F3FE: hue angle of 187.5º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6F3FE is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB166243254-
CMYK0.350.0400.00
HSL187.5º97.78%82.35%-
HSV(B)187.5º34.65%99.61%-
XYZ65.6779.36105.62-
YUV221.23146.4988.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.04%
GREEN value IS 243 (95.31% from 255) = 36.65%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=25.04%
G=36.65%
B=38.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662432540.350.0400.00187.597.7882.35
HexA6F3FE23400bc6252
Octal24636337643400274142122
Binary101001101111001111111110100011100001011110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F3FE; }

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

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

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

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

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

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

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

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