#ABE8EB

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

Shades of Pale Turquoise #ABE8EB

Tints of Pale Turquoise #ABE8EB

Color information

#ABE8EB (or 0xABE8EB) is unknown color: approx Pale Turquoise. HEX triplet: AB, E8 and EB. RGB value is (171,232,235). Sum of RGB (Red+Green+Blue) = 171+232+235=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABE8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8EB is #541714. Grayscale: #D6D6D6. Windows color (decimal): -5510933 or 15460523. OLE color: 15460523.

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

Color convert

RGB171232235-
CMYK0.270.0100.08
HSL182.81º61.54%79.61%-
HSV(B)182.81º27.23%92.16%-
XYZ60.6572.3789.37-
YUV214.1139.7997.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 232 (91.02% from 255) = 36.36%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=26.80%
G=36.36%
B=36.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712322350.270.0100.08182.8161.5479.61
HexABE8EB1B108b73e50
Octal25335035333101026776120
Binary10101011111010001110101111011101000101101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE8EB; }

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

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

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

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

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

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

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

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