#ABF8F4

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

Shades of Pale Turquoise #ABF8F4

Tints of Pale Turquoise #ABF8F4

Color information

#ABF8F4 (or 0xABF8F4) is unknown color: approx Pale Turquoise. HEX triplet: AB, F8 and F4. RGB value is (171,248,244). Sum of RGB (Red+Green+Blue) = 171+248+244=663 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.79% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 244 (95.70% from 255 or 36.80% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF8F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF8F4 is #54070B. Grayscale: #E0E0E0. Windows color (decimal): -5506828 or 16054443. OLE color: 16054443.

HSL color Cylindrical-coordinate representation of color #ABF8F4: hue angle of 176.88º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF8F4 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB171248244-
CMYK0.3100.020.03
HSL176.88º84.62%82.16%-
HSV(B)176.88º31.05%97.25%-
XYZ66.6982.3297.96-
YUV224.52138.9989.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.79%
GREEN value IS 248 (97.27% from 255) = 37.41%
BLUE value IS 244 (95.70% from 255) = 36.80%
R=25.79%
G=37.41%
B=36.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712482440.3100.020.03176.8884.6282.16
HexABF8F41F023b15552
Octal25337036437023261125122
Binary10101011111110001111010011111010111011000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF8F4; }

 p { color: rgb(171,248,244); }

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

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

 a { background-color: rgb(171,248,244); }

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

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

 span { border-color: rgb(171,248,244); }

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