#abfff7

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

Shades of Pale Turquoise #ABFFF7

Tints of Pale Turquoise #ABFFF7

Color information

#ABFFF7 (or 0xABFFF7) is unknown color: approx Pale Turquoise. HEX triplet: AB, FF and F7. RGB value is (171,255,247). Sum of RGB (Red+Green+Blue) = 171+255+247=673 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.41% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFF7 is #540008. Grayscale: #E4E4E4. Windows color (decimal): -5505033 or 16252843. OLE color: 16252843.

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

Color convert

RGB171255247-
CMYK0.3300.030
HSL174.29º100%83.53%-
HSV(B)174.29º32.94%100%-
XYZ69.3486.89101.11-
YUV228.97138.1786.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.41%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 247 (96.88% from 255) = 36.70%
R=25.41%
G=37.89%
B=36.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712552470.3300.030174.2910083.53
HexABFFF721030ae6454
Octal25337736741030256144124
Binary10101011111111111111011110000101101010111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abfff7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abfff7; }

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

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

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

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

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

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

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

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