#ABFFF0

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

Shades of Pale Turquoise #ABFFF0

Tints of Pale Turquoise #ABFFF0

Color information

#ABFFF0 (or 0xABFFF0) is unknown color: approx Pale Turquoise. HEX triplet: AB, FF and F0. RGB value is (171,255,240). Sum of RGB (Red+Green+Blue) = 171+255+240=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFF0 is #54000F. Grayscale: #E4E4E4. Windows color (decimal): -5505040 or 15794091. OLE color: 15794091.

HSL color Cylindrical-coordinate representation of color #ABFFF0: hue angle of 169.29º 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 #ABFFF0 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB171255240-
CMYK0.3300.060
HSL169.29º100%83.53%-
HSV(B)169.29º32.94%100%-
XYZ68.2886.4795.53-
YUV228.17134.6787.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.68%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=25.68%
G=38.29%
B=36.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712552400.3300.060169.2910083.53
HexABFFF021060a96454
Octal25337736041060251144124
Binary101010111111111111110000100001011001010100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFF0; }

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

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

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

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

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

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

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

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