#ABE9EA

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

Shades of Pale Turquoise #ABE9EA

Tints of Pale Turquoise #ABE9EA

Color information

#ABE9EA (or 0xABE9EA) is unknown color: approx Pale Turquoise. HEX triplet: AB, E9 and EA. RGB value is (171,233,234). Sum of RGB (Red+Green+Blue) = 171+233+234=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABE9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE9EA is #541615. Grayscale: #D6D6D6. Windows color (decimal): -5510678 or 15395243. OLE color: 15395243.

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

Color convert

RGB171233234-
CMYK0.270.0000.08
HSL180.95º60%79.41%-
HSV(B)180.95º26.92%91.76%-
XYZ60.7872.8888.7-
YUV214.58138.9696.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 233 (91.41% from 255) = 36.52%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=26.80%
G=36.52%
B=36.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712332340.270.0000.08180.956079.41
HexABE9EA1B008b53c4f
Octal25335135233001026574117
Binary10101011111010011110101011011001000101101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE9EA; }

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

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

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

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

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

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

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

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