#A0EBE9

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

Shades of Pale Turquoise #A0EBE9

Tints of Pale Turquoise #A0EBE9

Color information

#A0EBE9 (or 0xA0EBE9) is unknown color: approx Pale Turquoise. HEX triplet: A0, EB and E9. RGB value is (160,235,233). Sum of RGB (Red+Green+Blue) = 160+235+233=628 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.48% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EBE9 is #5F1416. Grayscale: #D4D4D4. Windows color (decimal): -6231063 or 15330208. OLE color: 15330208.

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

Color convert

RGB160235233-
CMYK0.3200.010.08
HSL178.4º65.22%77.45%-
HSV(B)178.4º31.91%92.16%-
XYZ58.9172.7788.03-
YUV212.35139.6590.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.48%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=25.48%
G=37.42%
B=37.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602352330.3200.010.08178.465.2277.45
HexA0EBE920018b2414d
Octal240353351400110262101115
Binary1010000011101011111010011000000110001011001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBE9; }

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

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

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

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

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

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

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

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