#ABE9EC

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

Shades of Pale Turquoise #ABE9EC

Tints of Pale Turquoise #ABE9EC

Color information

#ABE9EC (or 0xABE9EC) is unknown color: approx Pale Turquoise. HEX triplet: AB, E9 and EC. RGB value is (171,233,236). Sum of RGB (Red+Green+Blue) = 171+233+236=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABE9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE9EC is #541613. Grayscale: #D6D6D6. Windows color (decimal): -5510676 or 15526315. OLE color: 15526315.

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

Color convert

RGB171233236-
CMYK0.280.0100.07
HSL182.77º63.11%79.8%-
HSV(B)182.77º27.54%92.55%-
XYZ61.0772.9990.23-
YUV214.8139.9696.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.72%
GREEN value IS 233 (91.41% from 255) = 36.41%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=26.72%
G=36.41%
B=36.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712332360.280.0100.07182.7763.1179.8
HexABE9EC1C107b73f50
Octal2533513543410726777120
Binary1010101111101001111011001110010111101101111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE9EC; }

 p { color: rgb(171,233,236); }

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

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

 a { background-color: rgb(171,233,236); }

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

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

 span { border-color: rgb(171,233,236); }

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