#ABEBEF

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

Shades of Pale Turquoise #ABEBEF

Tints of Pale Turquoise #ABEBEF

Color information

#ABEBEF (or 0xABEBEF) is unknown color: approx Pale Turquoise. HEX triplet: AB, EB and EF. RGB value is (171,235,239). Sum of RGB (Red+Green+Blue) = 171+235+239=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABEBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBEF is #541410. Grayscale: #D8D8D8. Windows color (decimal): -5510161 or 15723435. OLE color: 15723435.

HSL color Cylindrical-coordinate representation of color #ABEBEF: hue angle of 183.53º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEBEF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171235239-
CMYK0.280.0200.06
HSL183.53º68%80.39%-
HSV(B)183.53º28.45%93.73%-
XYZ62.0874.3192.73-
YUV216.32140.895.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.51%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=26.51%
G=36.43%
B=37.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712352390.280.0200.06183.536880.39
HexABEBEF1C206b84450
Octal25335335734206270104120
Binary101010111110101111101111111001001101011100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBEF; }

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

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

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

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

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

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

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

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