#ABFFF9

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

Shades of Pale Turquoise #ABFFF9

Tints of Pale Turquoise #ABFFF9

Color information

#ABFFF9 (or 0xABFFF9) is unknown color: approx Pale Turquoise. HEX triplet: AB, FF and F9. RGB value is (171,255,249). Sum of RGB (Red+Green+Blue) = 171+255+249=675 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.33% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFF9 is #540006. Grayscale: #E5E5E5. Windows color (decimal): -5505031 or 16383915. OLE color: 16383915.

HSL color Cylindrical-coordinate representation of color #ABFFF9: hue angle of 175.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFF9 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB171255249-
CMYK0.3300.020
HSL175.71º100%83.53%-
HSV(B)175.71º32.94%100%-
XYZ69.6587.02102.75-
YUV229.2139.1786.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.33%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=25.33%
G=37.78%
B=36.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712552490.3300.020175.7110083.53
HexABFFF921020b06454
Octal25337737141020260144124
Binary10101011111111111111100110000101001011000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFF9; }

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

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

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

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

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

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

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

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