#A1EBE6

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

Shades of Pale Turquoise #A1EBE6

Tints of Pale Turquoise #A1EBE6

Color information

#A1EBE6 (or 0xA1EBE6) is unknown color: approx Pale Turquoise. HEX triplet: A1, EB and E6. RGB value is (161,235,230). Sum of RGB (Red+Green+Blue) = 161+235+230=626 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.72% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EBE6 is #5E1419. Grayscale: #D4D4D4. Windows color (decimal): -6165530 or 15133601. OLE color: 15133601.

HSL color Cylindrical-coordinate representation of color #A1EBE6: hue angle of 175.95º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBE6 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB161235230-
CMYK0.3100.020.08
HSL175.95º64.91%77.65%-
HSV(B)175.95º31.49%92.16%-
XYZ58.6972.7185.8-
YUV212.3137.9891.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.72%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 230 (90.23% from 255) = 36.74%
R=25.72%
G=37.54%
B=36.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612352300.3100.020.08175.9564.9177.65
HexA1EBE61F028b0414e
Octal241353346370210260101116
Binary1010000111101011111001101111101010001011000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBE6; }

 p { color: rgb(161,235,230); }

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

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

 a { background-color: rgb(161,235,230); }

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

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

 span { border-color: rgb(161,235,230); }

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