#ABFFF5

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

Shades of Pale Turquoise #ABFFF5

Tints of Pale Turquoise #ABFFF5

Color information

#ABFFF5 (or 0xABFFF5) is unknown color: approx Pale Turquoise. HEX triplet: AB, FF and F5. RGB value is (171,255,245). Sum of RGB (Red+Green+Blue) = 171+255+245=671 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.48% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFF5 is #54000A. Grayscale: #E4E4E4. Windows color (decimal): -5505035 or 16121771. OLE color: 16121771.

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

Color convert

RGB171255245-
CMYK0.3300.040
HSL172.86º100%83.53%-
HSV(B)172.86º32.94%100%-
XYZ69.0486.7799.5-
YUV228.74137.1786.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.48%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=25.48%
G=38.00%
B=36.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712552450.3300.040172.8610083.53
HexABFFF521040ad6454
Octal25337736541040255144124
Binary101010111111111111110101100001010001010110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFF5; }

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

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

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

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

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

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

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

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