#ABE9E7

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

Shades of Pale Turquoise #ABE9E7

Tints of Pale Turquoise #ABE9E7

Color information

#ABE9E7 (or 0xABE9E7) is unknown color: approx Pale Turquoise. HEX triplet: AB, E9 and E7. RGB value is (171,233,231). Sum of RGB (Red+Green+Blue) = 171+233+231=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE9E7 is #541618. Grayscale: #D6D6D6. Windows color (decimal): -5510681 or 15198635. OLE color: 15198635.

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

Color convert

RGB171233231-
CMYK0.2700.010.09
HSL178.06º58.49%79.22%-
HSV(B)178.06º26.61%91.37%-
XYZ60.3672.7186.45-
YUV214.23137.4697.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 233 (91.41% from 255) = 36.69%
BLUE value IS 231 (90.62% from 255) = 36.38%
R=26.93%
G=36.69%
B=36.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712332310.2700.010.09178.0658.4979.22
HexABE9E71B019b23a4f
Octal25335134733011126272117
Binary10101011111010011110011111011011001101100101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE9E7; }

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

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

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

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

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

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

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

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