#ABFAF9

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

Shades of Pale Turquoise #ABFAF9

Tints of Pale Turquoise #ABFAF9

Color information

#ABFAF9 (or 0xABFAF9) is unknown color: approx Pale Turquoise. HEX triplet: AB, FA and F9. RGB value is (171,250,249). Sum of RGB (Red+Green+Blue) = 171+250+249=670 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.52% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAF9 is #540506. Grayscale: #E2E2E2. Windows color (decimal): -5506311 or 16382635. OLE color: 16382635.

HSL color Cylindrical-coordinate representation of color #ABFAF9: hue angle of 179.24º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAF9 is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB171250249-
CMYK0.3200.000.02
HSL179.24º88.76%82.55%-
HSV(B)179.24º31.6%98.04%-
XYZ68.0883.87102.22-
YUV226.26140.8388.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.52%
GREEN value IS 250 (98.05% from 255) = 37.31%
BLUE value IS 249 (97.66% from 255) = 37.16%
R=25.52%
G=37.31%
B=37.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712502490.3200.000.02179.2488.7682.55
HexABFAF920002b35953
Octal25337237140002263131123
Binary10101011111110101111100110000000101011001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAF9; }

 p { color: rgb(171,250,249); }

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

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

 a { background-color: rgb(171,250,249); }

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

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

 span { border-color: rgb(171,250,249); }

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