#A5F6EF

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

Shades of Pale Turquoise #A5F6EF

Tints of Pale Turquoise #A5F6EF

Color information

#A5F6EF (or 0xA5F6EF) is unknown color: approx Pale Turquoise. HEX triplet: A5, F6 and EF. RGB value is (165,246,239). Sum of RGB (Red+Green+Blue) = 165+246+239=650 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.38% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F6EF is #5A0910. Grayscale: #DCDCDC. Windows color (decimal): -5900561 or 15726245. OLE color: 15726245.

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

Color convert

RGB165246239-
CMYK0.3300.030.04
HSL174.81º81.82%80.59%-
HSV(B)174.81º32.93%96.47%-
XYZ64.0580.1493.75-
YUV220.98138.1688.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.38%
GREEN value IS 246 (96.48% from 255) = 37.85%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=25.38%
G=37.85%
B=36.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652462390.3300.030.04174.8181.8280.59
HexA5F6EF21034af5251
Octal24536635741034257122121
Binary1010010111110110111011111000010111001010111110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F6EF; }

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

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

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

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

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

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

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

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