#A1EBE3

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

Shades of Pale Turquoise #A1EBE3

Tints of Pale Turquoise #A1EBE3

Color information

#A1EBE3 (or 0xA1EBE3) is unknown color: approx Pale Turquoise. HEX triplet: A1, EB and E3. RGB value is (161,235,227). Sum of RGB (Red+Green+Blue) = 161+235+227=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBE3 is #5E141C. Grayscale: #D3D3D3. Windows color (decimal): -6165533 or 14936993. OLE color: 14936993.

HSL color Cylindrical-coordinate representation of color #A1EBE3: hue angle of 173.51º 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 #A1EBE3 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB161235227-
CMYK0.3100.030.08
HSL173.51º64.91%77.65%-
HSV(B)173.51º31.49%92.16%-
XYZ58.2772.5483.6-
YUV211.96136.4891.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.84%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=25.84%
G=37.72%
B=36.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612352270.3100.030.08173.5164.9177.65
HexA1EBE31F038ae414e
Octal241353343370310256101116
Binary1010000111101011111000111111101110001010111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBE3; }

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

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

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

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

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

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

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

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