#a5e8e7

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

Shades of Pale Turquoise #A5E8E7

Tints of Pale Turquoise #A5E8E7

Color information

#A5E8E7 (or 0xA5E8E7) is unknown color: approx Pale Turquoise. HEX triplet: A5, E8 and E7. RGB value is (165,232,231). Sum of RGB (Red+Green+Blue) = 165+232+231=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E8E7 is #5A1718. Grayscale: #D3D3D3. Windows color (decimal): -5904153 or 15198373. OLE color: 15198373.

HSL color Cylindrical-coordinate representation of color #A5E8E7: hue angle of 179.1º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E8E7 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB165232231-
CMYK0.2900.000.09
HSL179.1º59.29%77.84%-
HSV(B)179.1º28.88%90.98%-
XYZ58.871.4886.3-
YUV211.85138.894.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.27%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 231 (90.62% from 255) = 36.78%
R=26.27%
G=36.94%
B=36.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652322310.2900.000.09179.159.2977.84
HexA5E8E71D009b33b4e
Octal24535034735001126373116
Binary10100101111010001110011111101001001101100111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5e8e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5e8e7; }

 p { color: rgb(165,232,231); }

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

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

 a { background-color: rgb(165,232,231); }

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

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

 span { border-color: rgb(165,232,231); }

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