#a5f6ff

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

Shades of Pale Turquoise #A5F6FF

Tints of Pale Turquoise #A5F6FF

Color information

#A5F6FF (or 0xA5F6FF) is unknown color: approx Pale Turquoise. HEX triplet: A5, F6 and FF. RGB value is (165,246,255). Sum of RGB (Red+Green+Blue) = 165+246+255=666 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.77% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F6FF is #5A0900. Grayscale: #DEDEDE. Windows color (decimal): -5900545 or 16774821. OLE color: 16774821.

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

Color convert

RGB165246255-
CMYK0.350.0400
HSL186º100%82.35%-
HSV(B)186º35.29%100%-
XYZ66.5281.13106.76-
YUV222.81146.1686.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.77%
GREEN value IS 246 (96.48% from 255) = 36.94%
BLUE value IS 255 (100% from 255) = 38.29%
R=24.77%
G=36.94%
B=38.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652462550.350.040018610082.35
HexA5F6FF23400ba6452
Octal24536637743400272144122
Binary101001011111011011111111100011100001011101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5f6ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5f6ff; }

 p { color: rgb(165,246,255); }

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

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

 a { background-color: rgb(165,246,255); }

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

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

 span { border-color: rgb(165,246,255); }

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