#A0EBE6

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

Shades of Pale Turquoise #A0EBE6

Tints of Pale Turquoise #A0EBE6

Color information

#A0EBE6 (or 0xA0EBE6) is unknown color: approx Pale Turquoise. HEX triplet: A0, EB and E6. RGB value is (160,235,230). Sum of RGB (Red+Green+Blue) = 160+235+230=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EBE6 is #5F1419. Grayscale: #D3D3D3. Windows color (decimal): -6231066 or 15133600. OLE color: 15133600.

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

Color convert

RGB160235230-
CMYK0.3200.020.08
HSL176º65.22%77.45%-
HSV(B)176º31.91%92.16%-
XYZ58.4972.685.79-
YUV212138.1590.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.6%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 230 (90.23% from 255) = 36.8%
R=25.6%
G=37.6%
B=36.8%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602352300.3200.020.0817665.2277.45
HexA0EBE620028b0414d
Octal240353346400210260101115
Binary10100000111010111110011010000001010001011000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBE6; }

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

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

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

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

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

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

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

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