#ABF2E8

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

Shades of Pale Turquoise #ABF2E8

Tints of Pale Turquoise #ABF2E8

Color information

#ABF2E8 (or 0xABF2E8) is unknown color: approx Pale Turquoise. HEX triplet: AB, F2 and E8. RGB value is (171,242,232). Sum of RGB (Red+Green+Blue) = 171+242+232=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2E8 is #540D17. Grayscale: #DBDBDB. Windows color (decimal): -5508376 or 15266475. OLE color: 15266475.

HSL color Cylindrical-coordinate representation of color #ABF2E8: hue angle of 171.55º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2E8 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB171242232-
CMYK0.2900.040.05
HSL171.55º73.2%80.98%-
HSV(B)171.55º29.34%94.9%-
XYZ63.1177.9988.07-
YUV219.63134.9893.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.51%
GREEN value IS 242 (94.92% from 255) = 37.52%
BLUE value IS 232 (91.02% from 255) = 35.97%
R=26.51%
G=37.52%
B=35.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712422320.2900.040.05171.5573.280.98
HexABF2E81D045ac4951
Octal25336235035045254111121
Binary1010101111110010111010001110101001011010110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF2E8; }

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

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

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

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

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

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

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

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