#ABF7F3

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

Shades of Pale Turquoise #ABF7F3

Tints of Pale Turquoise #ABF7F3

Color information

#ABF7F3 (or 0xABF7F3) is unknown color: approx Pale Turquoise. HEX triplet: AB, F7 and F3. RGB value is (171,247,243). Sum of RGB (Red+Green+Blue) = 171+247+243=661 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.87% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF7F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF7F3 is #54080C. Grayscale: #DFDFDF. Windows color (decimal): -5507085 or 15988651. OLE color: 15988651.

HSL color Cylindrical-coordinate representation of color #ABF7F3: hue angle of 176.84º degrees, saturation: 0.83, 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 #ABF7F3 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB171247243-
CMYK0.3100.020.03
HSL176.84º82.61%81.96%-
HSV(B)176.84º30.77%96.86%-
XYZ66.2381.6597.06-
YUV223.82138.8290.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.87%
GREEN value IS 247 (96.88% from 255) = 37.37%
BLUE value IS 243 (95.31% from 255) = 36.76%
R=25.87%
G=37.37%
B=36.76%

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
Decimal1712472430.3100.020.03176.8482.6181.96
HexABF7F31F023b15352
Octal25336736337023261123122
Binary10101011111101111111001111111010111011000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF7F3; }

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

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

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

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

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

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

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

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