#ABEBEC

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

Shades of Pale Turquoise #ABEBEC

Tints of Pale Turquoise #ABEBEC

Color information

#ABEBEC (or 0xABEBEC) is unknown color: approx Pale Turquoise. HEX triplet: AB, EB and EC. RGB value is (171,235,236). Sum of RGB (Red+Green+Blue) = 171+235+236=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBEC is #541413. Grayscale: #D7D7D7. Windows color (decimal): -5510164 or 15526827. OLE color: 15526827.

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

Color convert

RGB171235236-
CMYK0.280.0000.07
HSL180.92º63.11%79.8%-
HSV(B)180.92º27.54%92.55%-
XYZ61.6474.1390.42-
YUV215.98139.395.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.64%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=26.64%
G=36.60%
B=36.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712352360.280.0000.07180.9263.1179.8
HexABEBEC1C007b53f50
Octal2533533543400726577120
Binary1010101111101011111011001110000111101101011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBEC; }

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

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

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

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

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

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

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

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