#abf1f2

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

Shades of Pale Turquoise #ABF1F2

Tints of Pale Turquoise #ABF1F2

Color information

#ABF1F2 (or 0xABF1F2) is unknown color: approx Pale Turquoise. HEX triplet: AB, F1 and F2. RGB value is (171,241,242). Sum of RGB (Red+Green+Blue) = 171+241+242=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABF1F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1F2 is #540E0D. Grayscale: #DCDCDC. Windows color (decimal): -5508622 or 15921579. OLE color: 15921579.

HSL color Cylindrical-coordinate representation of color #ABF1F2: hue angle of 180.85º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF1F2 is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171241242-
CMYK0.290.0000.05
HSL180.85º73.2%80.98%-
HSV(B)180.85º29.34%94.9%-
XYZ64.2877.9895.67-
YUV220.18140.3192.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.15%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=26.15%
G=36.85%
B=37.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712412420.290.0000.05180.8573.280.98
HexABF1F21D005b54951
Octal25336136235005265111121
Binary10101011111100011111001011101001011011010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abf1f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abf1f2; }

 p { color: rgb(171,241,242); }

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

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

 a { background-color: rgb(171,241,242); }

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

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

 span { border-color: rgb(171,241,242); }

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