#A5F4EE

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

Shades of Pale Turquoise #A5F4EE

Tints of Pale Turquoise #A5F4EE

Color information

#A5F4EE (or 0xA5F4EE) is unknown color: approx Pale Turquoise. HEX triplet: A5, F4 and EE. RGB value is (165,244,238). Sum of RGB (Red+Green+Blue) = 165+244+238=647 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.50% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F4EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F4EE is #5A0B11. Grayscale: #DBDBDB. Windows color (decimal): -5901074 or 15660197. OLE color: 15660197.

HSL color Cylindrical-coordinate representation of color #A5F4EE: hue angle of 175.44º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F4EE is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB165244238-
CMYK0.3200.020.04
HSL175.44º78.22%80.2%-
HSV(B)175.44º32.38%95.69%-
XYZ63.378.8792.78-
YUV219.7138.3388.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.50%
GREEN value IS 244 (95.70% from 255) = 37.71%
BLUE value IS 238 (93.36% from 255) = 36.79%
R=25.50%
G=37.71%
B=36.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652442380.3200.020.04175.4478.2280.2
HexA5F4EE20024af4e50
Octal24536435640024257116120
Binary1010010111110100111011101000000101001010111110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F4EE; }

 p { color: rgb(165,244,238); }

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

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

 a { background-color: rgb(165,244,238); }

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

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

 span { border-color: rgb(165,244,238); }

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