#A6F4FF

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

Shades of Pale Turquoise #A6F4FF

Tints of Pale Turquoise #A6F4FF

Color information

#A6F4FF (or 0xA6F4FF) is unknown color: approx Pale Turquoise. HEX triplet: A6, F4 and FF. RGB value is (166,244,255). Sum of RGB (Red+Green+Blue) = 166+244+255=665 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.96% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F4FF is #590B00. Grayscale: #DDDDDD. Windows color (decimal): -5835521 or 16774310. OLE color: 16774310.

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

Color convert

RGB166244255-
CMYK0.350.0400
HSL187.42º100%82.55%-
HSV(B)187.42º34.9%100%-
XYZ66.1380.03106.57-
YUV221.93146.6688.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 24.96%
GREEN value IS 244 (95.70% from 255) = 36.69%
BLUE value IS 255 (100% from 255) = 38.35%
R=24.96%
G=36.69%
B=38.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662442550.350.0400187.4210082.55
HexA6F4FF23400bb6453
Octal24636437743400273144123
Binary101001101111010011111111100011100001011101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F4FF; }

 p { color: rgb(166,244,255); }

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

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

 a { background-color: rgb(166,244,255); }

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

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

 span { border-color: rgb(166,244,255); }

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