#A0EEEC

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

Shades of Pale Turquoise #A0EEEC

Tints of Pale Turquoise #A0EEEC

Color information

#A0EEEC (or 0xA0EEEC) is unknown color: approx Pale Turquoise. HEX triplet: A0, EE and EC. RGB value is (160,238,236). Sum of RGB (Red+Green+Blue) = 160+238+236=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEEC is #5F1113. Grayscale: #D6D6D6. Windows color (decimal): -6230292 or 15527584. OLE color: 15527584.

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

Color convert

RGB160238236-
CMYK0.3300.010.07
HSL178.46º69.64%78.04%-
HSV(B)178.46º32.77%93.33%-
XYZ60.2174.6890.6-
YUV214.45140.1689.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.24%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=25.24%
G=37.54%
B=37.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602382360.3300.010.07178.4669.6478.04
HexA0EEEC21017b2464e
Octal24035635441017262106116
Binary101000001110111011101100100001011111011001010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EEEC; }

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

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

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

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

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

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

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

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