#ABEBE9

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

Shades of Pale Turquoise #ABEBE9

Tints of Pale Turquoise #ABEBE9

Color information

#ABEBE9 (or 0xABEBE9) is unknown color: approx Pale Turquoise. HEX triplet: AB, EB and E9. RGB value is (171,235,233). Sum of RGB (Red+Green+Blue) = 171+235+233=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBE9 is #541416. Grayscale: #D7D7D7. Windows color (decimal): -5510167 or 15330219. OLE color: 15330219.

HSL color Cylindrical-coordinate representation of color #ABEBE9: hue angle of 178.12º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBE9 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB171235233-
CMYK0.2700.010.08
HSL178.12º61.54%79.61%-
HSV(B)178.12º27.23%92.16%-
XYZ61.2173.9688.14-
YUV215.64137.896.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.76%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=26.76%
G=36.78%
B=36.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712352330.2700.010.08178.1261.5479.61
HexABEBE91B018b23e50
Octal25335335133011026276120
Binary10101011111010111110100111011011000101100101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBE9; }

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

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

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

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

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

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

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

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