#ABECEC

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

Shades of Pale Turquoise #ABECEC

Tints of Pale Turquoise #ABECEC

Color information

#ABECEC (or 0xABECEC) is unknown color: approx Pale Turquoise. HEX triplet: AB, EC and EC. RGB value is (171,236,236). Sum of RGB (Red+Green+Blue) = 171+236+236=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #ABECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECEC is #541313. Grayscale: #D8D8D8. Windows color (decimal): -5509908 or 15527083. OLE color: 15527083.

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

Color convert

RGB171236236-
CMYK0.28000.07
HSL180º63.11%79.8%-
HSV(B)180º27.54%92.55%-
XYZ61.9374.790.51-
YUV216.56138.9795.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.59%
GREEN value IS 236 (92.58% from 255) = 36.70%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=26.59%
G=36.70%
B=36.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712362360.28000.0718063.1179.8
HexABECEC1C007b43f50
Octal2533543543400726477120
Binary1010101111101100111011001110000111101101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECEC; }

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

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

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

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

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

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

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

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