#ABEAEC

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

Shades of Pale Turquoise #ABEAEC

Tints of Pale Turquoise #ABEAEC

Color information

#ABEAEC (or 0xABEAEC) is unknown color: approx Pale Turquoise. HEX triplet: AB, EA and EC. RGB value is (171,234,236). Sum of RGB (Red+Green+Blue) = 171+234+236=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABEAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAEC is #541513. Grayscale: #D7D7D7. Windows color (decimal): -5510420 or 15526571. OLE color: 15526571.

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

Color convert

RGB171234236-
CMYK0.280.0100.07
HSL181.85º63.11%79.8%-
HSV(B)181.85º27.54%92.55%-
XYZ61.3673.5690.32-
YUV215.39139.6396.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.68%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=26.68%
G=36.51%
B=36.82%

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
Decimal1712342360.280.0100.07181.8563.1179.8
HexABEAEC1C107b63f50
Octal2533523543410726677120
Binary1010101111101010111011001110010111101101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAEC; }

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

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

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

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

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

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

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

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