#ABE8EA

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

Shades of Pale Turquoise #ABE8EA

Tints of Pale Turquoise #ABE8EA

Color information

#ABE8EA (or 0xABE8EA) is unknown color: approx Pale Turquoise. HEX triplet: AB, E8 and EA. RGB value is (171,232,234). Sum of RGB (Red+Green+Blue) = 171+232+234=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 232 (91.02% from 255 or 36.42% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABE8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8EA is #541715. Grayscale: #D5D5D5. Windows color (decimal): -5510934 or 15394987. OLE color: 15394987.

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

Color convert

RGB171232234-
CMYK0.270.0100.08
HSL181.9º60%79.41%-
HSV(B)181.9º26.92%91.76%-
XYZ60.572.3188.61-
YUV213.99139.2997.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.84%
GREEN value IS 232 (91.02% from 255) = 36.42%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=26.84%
G=36.42%
B=36.73%

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
Decimal1712322340.270.0100.08181.96079.41
HexABE8EA1B108b63c4f
Octal25335035233101026674117
Binary10101011111010001110101011011101000101101101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE8EA; }

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

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

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

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

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

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

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

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