#ABFBFB

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

Shades of Pale Turquoise #ABFBFB

Tints of Pale Turquoise #ABFBFB

Color information

#ABFBFB (or 0xABFBFB) is unknown color: approx Pale Turquoise. HEX triplet: AB, FB and FB. RGB value is (171,251,251). Sum of RGB (Red+Green+Blue) = 171+251+251=673 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.41% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #ABFBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBFB is #540404. Grayscale: #E3E3E3. Windows color (decimal): -5506053 or 16513963. OLE color: 16513963.

HSL color Cylindrical-coordinate representation of color #ABFBFB: hue angle of 180º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBFB is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171251251-
CMYK0.32000.02
HSL180º90.91%82.75%-
HSV(B)180º31.87%98.43%-
XYZ68.784.62103.98-
YUV227.08141.588-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.41%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=25.41%
G=37.30%
B=37.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712512510.32000.0218090.9182.75
HexABFBFB20002b45b53
Octal25337337340002264133123
Binary10101011111110111111101110000000101011010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFBFB; }

 p { color: rgb(171,251,251); }

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

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

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

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

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

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

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