#A5FEEA

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

Shades of Pale Turquoise #A5FEEA

Tints of Pale Turquoise #A5FEEA

Color information

#A5FEEA (or 0xA5FEEA) is unknown color: approx Pale Turquoise. HEX triplet: A5, FE and EA. RGB value is (165,254,234). Sum of RGB (Red+Green+Blue) = 165+254+234=653 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.27% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEEA is #5A0115. Grayscale: #E1E1E1. Windows color (decimal): -5898518 or 15400613. OLE color: 15400613.

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

Color convert

RGB165254234-
CMYK0.3500.080.00
HSL166.52º97.8%82.16%-
HSV(B)166.52º35.04%99.61%-
XYZ65.8184.8290.75-
YUV225.11133.0185.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.27%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=25.27%
G=38.90%
B=35.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542340.3500.080.00166.5297.882.16
HexA5FEEA23080a76252
Octal245376352430100247142122
Binary1010010111111110111010101000110100001010011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEEA; }

 p { color: rgb(165,254,234); }

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

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

 a { background-color: rgb(165,254,234); }

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

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

 span { border-color: rgb(165,254,234); }

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