#A5F8ED

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

Shades of Pale Turquoise #A5F8ED

Tints of Pale Turquoise #A5F8ED

Color information

#A5F8ED (or 0xA5F8ED) is unknown color: approx Pale Turquoise. HEX triplet: A5, F8 and ED. RGB value is (165,248,237). Sum of RGB (Red+Green+Blue) = 165+248+237=650 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.38% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F8ED is #5A0712. Grayscale: #DDDDDD. Windows color (decimal): -5900051 or 15595685. OLE color: 15595685.

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

Color convert

RGB165248237-
CMYK0.3300.040.03
HSL172.05º85.57%80.98%-
HSV(B)172.05º33.47%97.25%-
XYZ64.3781.2592.41-
YUV221.93136.587.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.38%
GREEN value IS 248 (97.27% from 255) = 38.15%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=25.38%
G=38.15%
B=36.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652482370.3300.040.03172.0585.5780.98
HexA5F8ED21043ac5651
Octal24537035541043254126121
Binary1010010111111000111011011000010100111010110010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F8ED; }

 p { color: rgb(165,248,237); }

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

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

 a { background-color: rgb(165,248,237); }

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

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

 span { border-color: rgb(165,248,237); }

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