#A0EBE3

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

Shades of Pale Turquoise #A0EBE3

Tints of Pale Turquoise #A0EBE3

Color information

#A0EBE3 (or 0xA0EBE3) is unknown color: approx Pale Turquoise. HEX triplet: A0, EB and E3. RGB value is (160,235,227). Sum of RGB (Red+Green+Blue) = 160+235+227=622 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.72% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBE3 is #5F141C. Grayscale: #D3D3D3. Windows color (decimal): -6231069 or 14936992. OLE color: 14936992.

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

Color convert

RGB160235227-
CMYK0.3200.030.08
HSL173.6º65.22%77.45%-
HSV(B)173.6º31.91%92.16%-
XYZ58.0772.4483.59-
YUV211.66136.6591.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.72%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 227 (89.06% from 255) = 36.50%
R=25.72%
G=37.78%
B=36.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602352270.3200.030.08173.665.2277.45
HexA0EBE320038ae414d
Octal240353343400310256101115
Binary10100000111010111110001110000001110001010111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBE3; }

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

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

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

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

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

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

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

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