#A0ECE8

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

Shades of Pale Turquoise #A0ECE8

Tints of Pale Turquoise #A0ECE8

Color information

#A0ECE8 (or 0xA0ECE8) is unknown color: approx Pale Turquoise. HEX triplet: A0, EC and E8. RGB value is (160,236,232). Sum of RGB (Red+Green+Blue) = 160+236+232=628 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.48% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECE8 is #5F1317. Grayscale: #D4D4D4. Windows color (decimal): -6230808 or 15264928. OLE color: 15264928.

HSL color Cylindrical-coordinate representation of color #A0ECE8: hue angle of 176.84º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ECE8 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB160236232-
CMYK0.3200.020.07
HSL176.84º66.67%77.65%-
HSV(B)176.84º32.2%92.55%-
XYZ59.0673.2987.38-
YUV212.82138.8290.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.48%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 232 (91.02% from 255) = 36.94%
R=25.48%
G=37.58%
B=36.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602362320.3200.020.07176.8466.6777.65
HexA0ECE820027b1434e
Octal24035435040027261103116
Binary1010000011101100111010001000000101111011000110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECE8; }

 p { color: rgb(160,236,232); }

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

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

 a { background-color: rgb(160,236,232); }

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

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

 span { border-color: rgb(160,236,232); }

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